Replaced more double-quotes to single, exposed in exception AlreadyInitializedStacke...
[core.git] / inc / classes / exceptions / main / class_MissingArrayElementsException.php
index 634ac13d3ca9698dbc7dbdc65a4d69dcc3db6945..cb0b90927a7b3e423fcf1ee8cd354da8a8125b06 100644 (file)
@@ -41,7 +41,7 @@ class MissingArrayElementsException extends FrameworkException {
                }
 
                // Add a message around the missing class
-               $message = sprintf("[%s:%d] Array <u>%s()</u> Does not have these elements: %s",
+               $message = sprintf('[%s:%d] Array <u>%s()</u> Does not have these elements: %s',
                        $classArray[0]->__toString(),
                        $this->getLine(),
                        $classArray[1],