Replaced more double-quotes to single, exposed in exception AlreadyInitializedStacke...
[core.git] / inc / classes / exceptions / helper / class_NoGroupOpenedException.php
index 64618f9762d04c5e64f49e3e23770af54c91a38c..919bb9e5c7cc8a6c34a0f9385b1140c77c30ebe8 100644 (file)
@@ -31,7 +31,7 @@ class NoGroupOpenedException extends FrameworkException {
         */
        public function __construct (array $msgArray, $code) {
                // Add a message around the missing class
-               $message = sprintf("[%s:%d] Group not opened before. Raw text follows: %s",
+               $message = sprintf('[%s:%d] Group not opened before. Raw text follows: %s',
                        $msgArray[0]->__toString(),
                        $this->getLine(),
                        $msgArray[1]