Replaced more double-quotes to single, exposed in exception AlreadyInitializedStacke...
[core.git] / inc / classes / exceptions / language / class_InvalidLanguagePathStringException.php
index 988d20c8ac4097e6b051492c526eb55308750c5d..e6680189928452db87f411410a835a5bdf325c22 100644 (file)
@@ -31,7 +31,7 @@ class InvalidLanguagePathStringException extends FrameworkException {
         */
        public function __construct (array $classArray, $code) {
                // Add a message around the missing class
-               $message = sprintf("[%s:%d] %s is not a string with path!",
+               $message = sprintf('[%s:%d] %s is not a string with path.',
                        $classArray[0]->__toString(),
                        $this->getLine(),
                        $classArray[1]