]> git.mxchange.org Git - core.git/blobdiff - inc/classes/exceptions/helper/class_FormOpenedException.php
Replaced more double-quotes to single, exposed in exception AlreadyInitializedStacke...
[core.git] / inc / classes / exceptions / helper / class_FormOpenedException.php
index a31a0a010a6b8d5f9ebd3fd5631e3c79989aab5c..d5fcc63f39a19818637d0eb438339051f314303b 100644 (file)
@@ -32,7 +32,7 @@ class FormOpenedException extends FrameworkException {
         */
        public function __construct (BaseHelper $helperInstance, $code) {
                // Add a message around the missing class
-               $message = sprintf("[%s:%d] Form is not yet closed. Close it with method <u>%s::addFormTag()</u> and add no parameters.",
+               $message = sprintf('[%s:%d] Form is not yet closed. Close it with method <u>%s::addFormTag()</u> and add no parameters.',
                        $helperInstance->__toString(),
                        $this->getLine(),
                        $helperInstance->__toString()