Replaced more double-quotes to single, exposed in exception AlreadyInitializedStacke...
[core.git] / inc / classes / exceptions / user / class_UserEmailMissingException.php
index 55ec8c5f306447a330908f38720d93717428176e..4daf341310bec5f747ba3f913a6123c53f39b65f 100644 (file)
@@ -31,7 +31,7 @@ class UserEmailMissingException extends FrameworkException {
         */
        public function __construct (array $msgArray, $code = 0) {
                // Create the message
-               $message = sprintf("[%s:%d] User email %s was not found.",
+               $message = sprintf('[%s:%d] User email %s was not found.',
                        $msgArray[0]->__toString(),
                        $this->getLine(),
                        $msgArray[1]