Replaced more double-quotes to single, exposed in exception AlreadyInitializedStacke...
[core.git] / inc / classes / exceptions / database / local_file / class_SavePathIsEmptyException.php
index 435e7c2c98f5b7a5b3e5484bdf2e9c63bc62836f..04ffb58b127393e3374a4bc5bd9a9c8644cef075 100644 (file)
@@ -31,7 +31,7 @@ class SavePathIsEmptyException extends DatabaseException {
         */
        public function __construct (FrameworkInterface $class, $code) {
                // Add a message around the missing class
-               $message = sprintf("[%s:%d] Save path is empty.",
+               $message = sprintf('[%s:%d] Save path is empty.',
                        $class->__toString(),
                        $this->getLine()
                );