[mapguide-users] Fusion security fix
Bernhard Maehler
bernhard.maehler at gmx.de
Wed Jun 25 10:19:09 PDT 2014
Not dramatic, but after I applied the fix, I get a PHP E_STRICT error
referring to line 69:
$document = DOMDocument::loadXML($xml);
This needs to be changed to:
$document = new DOMDocument();
$document->loadXML($xml);
Many thanks for posting this security fix!
Bernhard
--
View this message in context: http://osgeo-org.1560.x6.nabble.com/Fusion-security-fix-tp5147704p5147953.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
More information about the mapguide-users
mailing list