fixes for php-5.4 (strict standard)

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2013-10-09 16:12:54 +02:00
parent b779a67e60
commit da0ae9040a

View File

@@ -236,6 +236,7 @@ class ApsInstaller extends ApsParser
$Xml->registerXPathNamespace('db', 'http://apstandard.com/ns/1/db');
$XmlDb = new DynamicProperties;
$XmlDb->db = new DynamicProperties;
$XmlDb->db->id = getXPathValue($Xml, '//db:id');
}
@@ -500,6 +501,7 @@ class ApsInstaller extends ApsParser
$Xml->registerXPathNamespace('db', 'http://apstandard.com/ns/1/db');
$XmlDb = new DynamicProperties;
$XmlDb->db = new DynamicProperties;
$XmlDb->db->id = getXPathValue($Xml, '//db:id');
}