]> git.mxchange.org Git - core.git/blobdiff - inc/classes/exceptions/user/class_UsernameMissingException.php
Replaced more double-quotes to single, exposed in exception AlreadyInitializedStacke...
[core.git] / inc / classes / exceptions / user / class_UsernameMissingException.php
index 42c5f33c6a741bef73aed5feed73468f4e42b292..154e19ea723d8a9ab083eae4eca6fd8d37010dc3 100644 (file)
@@ -31,7 +31,7 @@ class UsernameMissingException extends FrameworkException {
         */
        public function __construct (array $msgArray, $code = 0) {
                // Create the message
-               $message = sprintf("[%s:%d] Username %s was not found.",
+               $message = sprintf('[%s:%d] Username %s was not found.',
                        $msgArray[0]->__toString(),
                        $this->getLine(),
                        $msgArray[1]