X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fclasses%2Fexceptions%2Fuser%2Fclass_UserPasswordMismatchException.php;h=2a422390676ded57758e9778203179efabfad72f;hp=57067dcb9af3c3afa0f1617c3e24a206b82ed726;hb=cbd2f71aee1c3daca3d11acc346c79757852316f;hpb=4b88c118b615335d06bd74e444173d21aef4406c diff --git a/inc/classes/exceptions/user/class_UserPasswordMismatchException.php b/inc/classes/exceptions/user/class_UserPasswordMismatchException.php index 57067dcb..2a422390 100644 --- a/inc/classes/exceptions/user/class_UserPasswordMismatchException.php +++ b/inc/classes/exceptions/user/class_UserPasswordMismatchException.php @@ -1,12 +1,12 @@ + * @author Roland Haeder * @version 0.0.0 - * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2011 Core Developer Team + * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2015 Core Developer Team * @license GNU GPL 3.0 or any newer version - * @link http://www.ship-simu.org + * @link http://www.shipsimu.org * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -31,7 +31,7 @@ class UserPasswordMismatchException extends FrameworkException { */ public function __construct (array $msgArray, $code = 0) { // Create the message - $message = sprintf("[%s:%d] Supplied password for user %s did not match with stored password.", + $message = sprintf('[%s:%d] Supplied password for user %s did not match with stored password.', $msgArray[0]->__toString(), $this->getLine(), $msgArray[1]->getUserName()