X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fclasses%2Fexceptions%2Fhelper%2Fclass_FormClosedException.php;fp=inc%2Fclasses%2Fexceptions%2Fhelper%2Fclass_FormClosedException.php;h=8af44ee9241915c76b96d488c44abd5859fe6401;hb=18326a804304728be346a6898b6d489d0359b647;hp=56eb7d9c757c38cc307dbfa36880e46eb95fdd76;hpb=2cc6e13b4b88fd492f421753bad9b2ad1a413d58;p=core.git diff --git a/inc/classes/exceptions/helper/class_FormClosedException.php b/inc/classes/exceptions/helper/class_FormClosedException.php index 56eb7d9c..8af44ee9 100644 --- a/inc/classes/exceptions/helper/class_FormClosedException.php +++ b/inc/classes/exceptions/helper/class_FormClosedException.php @@ -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]