X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fclasses%2Fexceptions%2Fhelper%2Fclass_HelperSubGroupAlreadyCreatedException.php;h=dd8d354799d1440f06a0ce7f6d689a407b7fd605;hb=66e68715d3d5a5e7fd5a3046471914ef3f9dd4b4;hp=e8df6ecfecfcd1e80203a7d62b3fb16fb620c343;hpb=607a11e2c22949ea0647568c17d62a605595e83b;p=core.git diff --git a/inc/classes/exceptions/helper/class_HelperSubGroupAlreadyCreatedException.php b/inc/classes/exceptions/helper/class_HelperSubGroupAlreadyCreatedException.php index e8df6ecf..dd8d3547 100644 --- a/inc/classes/exceptions/helper/class_HelperSubGroupAlreadyCreatedException.php +++ b/inc/classes/exceptions/helper/class_HelperSubGroupAlreadyCreatedException.php @@ -2,11 +2,11 @@ /** * An exception thrown when a sub group was added twice * - * @author Roland Haeder + * @author Roland Haeder * @version 0.0.0 * @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 + * @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 HelperSubGroupAlreadyCreatedException extends FrameworkException { */ public function __construct (array $msgArray, $code) { // Add a message around the missing class - $message = sprintf("[%s:%d] Sub group %s already opened before.", + $message = sprintf('[%s:%d] Sub group %s already opened before.', $msgArray[0]->__toString(), $this->getLine(), $msgArray[1]