Replaced more double-quotes to single, exposed in exception AlreadyInitializedStacke...
[core.git] / inc / classes / exceptions / stacker / class_NoStackerException.php
index d6b5b07259095ed999f7059749566b55badd8d9c..8d6989e9b1b2b8b92a3e43a1fdaeb725c8a77538 100644 (file)
@@ -31,7 +31,7 @@ class NoStackerException extends FrameworkException {
         */
        public function __construct (array $messageArray, $code) {
                // Construct message
-               $message = sprintf("[%s:%d] Stacker %s is not initialized.",
+               $message = sprintf('[%s:%d] Stacker %s is not initialized.',
                        $messageArray[0]->__toString(),
                        $this->getLine(),
                        $messageArray[1]