X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=application%2Fhub%2Fexceptions%2Ftags%2Fclass_InvalidTagException.php;h=4549918834a7be7da61587c5671a24f8fae3256f;hb=f3275256956ef37e6796d6bd82113d8fa7daae06;hp=3efba6a87b05815562dc1adaa824f54c98ad37f6;hpb=7b7cd2e8f2f45ea12654b2c2768408db50046198;p=hub.git diff --git a/application/hub/exceptions/tags/class_InvalidTagException.php b/application/hub/exceptions/tags/class_InvalidTagException.php index 3efba6a87..454991883 100644 --- a/application/hub/exceptions/tags/class_InvalidTagException.php +++ b/application/hub/exceptions/tags/class_InvalidTagException.php @@ -4,7 +4,7 @@ * * @author Roland Haeder * @version 0.0.0 - * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2011 Hub Developer Team + * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team * @license GNU GPL 3.0 or any newer version * @link http://www.ship-simu.org * @@ -31,7 +31,7 @@ class InvalidTagException extends FrameworkException { */ public function __construct (array $messageArray, $code) { // Construct the message - $message = sprintf("[%s:%d] Tag %s is invalid.", + $message = sprintf("[%s:%d] Tag %s is invalid.", $messageArray[0]->__toString(), $this->getLine(), $messageArray[1]