Replaced more double-quotes to single, exposed in exception AlreadyInitializedStacke...
[core.git] / inc / classes / exceptions / database / local_file / class_SavePathReadProtectedException.php
index 9a294fcc94220cb2822459cdd43ea490626364da..a28c7fc36202c2de0e098b7c50ce2bc369c9b620 100644 (file)
@@ -31,7 +31,7 @@ class SavePathReadProtectedException extends DatabaseException {
         */
        public function __construct ($path, $code) {
                // Add a message around the missing class
-               $message = sprintf("Path %s is not readable. Please fix your file access rights.", $path);
+               $message = sprintf('Path %s is not readable. Please fix your file access rights.', $path);
 
                // Call parent constructor
                parent::__construct($message, $code);