]> git.mxchange.org Git - core.git/blobdiff - inc/classes/exceptions/main/class_EmptyVariableException.php
Replaced more double-quotes to single, exposed in exception AlreadyInitializedStacke...
[core.git] / inc / classes / exceptions / main / class_EmptyVariableException.php
index 7d35e4ac8d8646bc09e2ca8602de15dfd78dae80..f8513a5dfad0bd75289f78e68f7397dbbe04bf91 100644 (file)
@@ -31,7 +31,7 @@ class EmptyVariableException extends FrameworkException {
         */
        public function __construct (array $msgArray, $code) {
                // Add a message around the missing class
-               $message = sprintf("[%s:%d] Variable %s is not set.",
+               $message = sprintf('[%s:%d] Variable %s is not set.',
                        $msgArray[0]->__toString(),
                        $this->getLine(),
                        $msgArray[1]