]> git.mxchange.org Git - core.git/blobdiff - inc/classes/exceptions/auth/class_UserAuthorizationException.php
Replaced more double-quotes to single, exposed in exception AlreadyInitializedStacke...
[core.git] / inc / classes / exceptions / auth / class_UserAuthorizationException.php
index 7ce27354f7e82c3cda1387bb229ef8dc9a440927..5a4dc0271cd389a433c52eaf5088475a934ba0fd 100644 (file)
@@ -31,7 +31,7 @@ class UserAuthorizationException extends FrameworkException {
         */
        public function __construct (Filterable $filterInstance, $code) {
                // Construct the message
-               $message = sprintf("[%s:%d] Authorization has failed. Error code %s",
+               $message = sprintf('[%s:%d] Authorization has failed. Error code %s',
                        $filterInstance->__toString(),
                        $this->getLine(),
                        $this->getHexCode($code)