Replaced more double-quotes to single, exposed in exception AlreadyInitializedStacke...
[core.git] / inc / classes / exceptions / xml / class_InvalidXmlNodeException.php
index 8e16f6f4d848339cbd0f1f6034917e5043d0a2b8..6773bec42356a1c0a95c778aa5350f10065fb812 100644 (file)
@@ -37,7 +37,7 @@ class InvalidXmlNodeException extends FrameworkException {
                } // END - if
 
                // Construct our message
-               $message = sprintf("[%s:%d] Invalid XML node found: %s, attributes: %s.",
+               $message = sprintf('[%s:%d] Invalid XML node found: %s, attributes: %s.',
                        $classArray[0]->__toString(),
                        $this->getLine(),
                        $classArray[1],