Replaced more double-quotes to single, exposed in exception AlreadyInitializedStacke...
[core.git] / inc / classes / exceptions / helper / class_FormGroupClosedException.php
index 188f7d652dbd9f2e201eb32c55ebab7e70277b75..a8d5c5c457bd60fd971636c26ea4408412e028ee 100644 (file)
@@ -31,7 +31,7 @@ class FormGroupClosedException extends FrameworkException {
         */
        public function __construct (array $classArray, $code) {
                // Add a message around the missing class
-               $message = sprintf("[%s:%d] Could not add sub group %s because no form group has been opened before.",
+               $message = sprintf('[%s:%d] Could not add sub group %s because no form group has been opened before.',
                        $classArray[0]->__toString(),
                        $this->getLine(),
                        $classArray[1]