]> 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 46a9b87328783356fc7757bc04eb2153f7dca728..154e19ea723d8a9ab083eae4eca6fd8d37010dc3 100644 (file)
@@ -4,7 +4,7 @@
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009, 2010 Core Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.ship-simu.org
  *
@@ -31,7 +31,7 @@ class UsernameMissingException extends FrameworkException {
         */
        public function __construct (array $msgArray, $code = 0) {
                // Create the message
-               $message = sprintf("[%s:%d] Username <span class=\"exception_reason\">%s</span> was not found.",
+               $message = sprintf('[%s:%d] Username %s was not found.',
                        $msgArray[0]->__toString(),
                        $this->getLine(),
                        $msgArray[1]