Replaced more double-quotes to single, exposed in exception AlreadyInitializedStacke...
[core.git] / inc / classes / exceptions / template / class_BasePathIsEmptyException.php
index d6477bd7c7e7fa677b1c9ad8291bc087c2568c72..52bc5d85c833b649b69803bf8be9b04341bef4e6 100644 (file)
@@ -31,7 +31,7 @@ class BasePathIsEmptyException extends FrameworkException {
         */
        public function __construct (FrameworkInterface $class, $code) {
                // Add a message around the missing class
-               $message = sprintf("[%s:%d] Template path is empty.",
+               $message = sprintf('[%s:%d] Template path is empty.',
                        $class->__toString(),
                        $this->getLine()
                );