X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fclasses%2Fexceptions%2Fhelper%2Fclass_HelperGroupAlreadyCreatedException.php;h=9aa5bc7cc03dece43aa5fa65364510b40b019055;hb=18326a804304728be346a6898b6d489d0359b647;hp=8a6093be1b8600ce06dfb16b9b7d613b05048a47;hpb=4b88c118b615335d06bd74e444173d21aef4406c;p=core.git diff --git a/inc/classes/exceptions/helper/class_HelperGroupAlreadyCreatedException.php b/inc/classes/exceptions/helper/class_HelperGroupAlreadyCreatedException.php index 8a6093be..9aa5bc7c 100644 --- a/inc/classes/exceptions/helper/class_HelperGroupAlreadyCreatedException.php +++ b/inc/classes/exceptions/helper/class_HelperGroupAlreadyCreatedException.php @@ -4,7 +4,7 @@ * * @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 - 2012 Core Developer Team * @license GNU GPL 3.0 or any newer version * @link http://www.ship-simu.org * @@ -31,7 +31,7 @@ class HelperGroupAlreadyCreatedException extends FrameworkException { */ public function __construct (array $msgArray, $code) { // Add a message around the missing class - $message = sprintf("[%s:%d] Group %s already opened before.", + $message = sprintf('[%s:%d] Group %s already opened before.', $msgArray[0]->__toString(), $this->getLine(), $msgArray[1]