]> git.mxchange.org Git - core.git/blobdiff - inc/classes/exceptions/template/class_InvalidBasePathStringException.php
Replaced more double-quotes to single, exposed in exception AlreadyInitializedStacke...
[core.git] / inc / classes / exceptions / template / class_InvalidBasePathStringException.php
index a505d57caff5d17eb97d39a17f8669b047a7eac9..9556d29134a8a767e2f0f821cfe90b2dc2342d59 100644 (file)
@@ -31,7 +31,7 @@ class InvalidBasePathStringException extends FrameworkException {
         */
        public function __construct (array $classArray, $code) {
                // Add a message around the missing class
-               $message = sprintf("[%s:%d] <span class=\"exception_reason\">%s</span> is not a string with a base path!",
+               $message = sprintf('[%s:%d] %s is not a string with a base path.',
                        $classArray[0]->__toString(),
                        $this->getLine(),
                        $classArray[1]