]> git.mxchange.org Git - core.git/blobdiff - inc/classes/exceptions/template/class_UnsupportedTemplateEngineException.php
Replaced more double-quotes to single, exposed in exception AlreadyInitializedStacke...
[core.git] / inc / classes / exceptions / template / class_UnsupportedTemplateEngineException.php
index e47463b0190859b7b507576612793b4194d6c47c..053b91dd72820008e3248ac2a9da7e93c60215cd 100644 (file)
@@ -31,7 +31,7 @@ class UnsupportedTemplateEngineException extends FrameworkException {
         */
        public function __construct (FrameworkInterface $class, $code) {
                // Add a message around the missing class
-               $message = sprintf("Template-Engine %s not (yet) supported.",
+               $message = sprintf('Template-Engine %s not (yet) supported.',
                        $class->__toString()
                );