]> git.mxchange.org Git - core.git/blobdiff - inc/classes/exceptions/helper/class_FormClosedException.php
Replaced more double-quotes to single, exposed in exception AlreadyInitializedStacke...
[core.git] / inc / classes / exceptions / helper / class_FormClosedException.php
index 56eb7d9c757c38cc307dbfa36880e46eb95fdd76..8af44ee9241915c76b96d488c44abd5859fe6401 100644 (file)
@@ -32,7 +32,7 @@ class FormClosedException extends FrameworkException {
         */
        public function __construct (array $classArray, $code) {
                // Add a message around the missing class
-               $message = sprintf("[%s:%d] Could not add form element %s because form is closed.",
+               $message = sprintf('[%s:%d] Could not add form element %s because form is closed.',
                        $classArray[0]->__toString(),
                        $this->getLine(),
                        $classArray[1]