]> git.mxchange.org Git - core.git/blobdiff - inc/classes/exceptions/user/class_AccountPasswordMismatchException.php
Replaced more double-quotes to single, exposed in exception AlreadyInitializedStacke...
[core.git] / inc / classes / exceptions / user / class_AccountPasswordMismatchException.php
index 14ed3eaa28ead76444c25600940cd1f6a0bd7ea4..7321357accfe5964fd9cf85ca39b8d79357abf5a 100644 (file)
@@ -31,7 +31,7 @@ class AccountPasswordMismatchException extends FrameworkException {
         */
        public function __construct (Filterable $filterInstance, $code) {
                // Create the message
-               $message = sprintf("[%s:%d] Supplied account password did not match with stored.",
+               $message = sprintf('[%s:%d] Supplied account password did not match with stored.',
                        $filterInstance->__toString(),
                        $this->getLine()
                );