Replaced more double-quotes to single, exposed in exception AlreadyInitializedStacke...
[core.git] / inc / classes / exceptions / io / class_FileIoException.php
index 990147f5b10b3b07cbcdb1bc250b25de941fdb61..2eadbfc52652f0f336ab142cbe852708e0c60526 100644 (file)
@@ -31,7 +31,7 @@ class FileIoException extends FrameworkException {
         */
        public function __construct ($fqfn, $code) {
                // Add a message around the missing class
-               $message = sprintf("A problem has been detected reading or writing to/from %s.", $fqfn);
+               $message = sprintf('A problem has been detected reading or writing to/from %s.', $fqfn);
 
                // Call parent constructor
                parent::__construct($message, $code);