Replaced more double-quotes to single, exposed in exception AlreadyInitializedStacke...
[core.git] / inc / classes / exceptions / helper / class_HelperSubGroupAlreadyCreatedException.php
index e8df6ecfecfcd1e80203a7d62b3fb16fb620c343..2c637642896613cfcf53e3205edb93b0f8a3218c 100644 (file)
@@ -31,7 +31,7 @@ class HelperSubGroupAlreadyCreatedException extends FrameworkException {
         */
        public function __construct (array $msgArray, $code) {
                // Add a message around the missing class
-               $message = sprintf("[%s:%d] Sub group %s already opened before.",
+               $message = sprintf('[%s:%d] Sub group %s already opened before.',
                        $msgArray[0]->__toString(),
                        $this->getLine(),
                        $msgArray[1]