]> git.mxchange.org Git - hub.git/blobdiff - application/hub/exceptions/lists/class_ListGroupAlreadyAddedException.php
Updated domain without a dash :(
[hub.git] / application / hub / exceptions / lists / class_ListGroupAlreadyAddedException.php
index 7308c9e49600f776f9c3e7034d36ca3c7b0dc034..3ef764fda3368a558c84ccfe6227a73f614cb93d 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * This exception is thrown when a list group is already added
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @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
+ * @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 ListGroupAlreadyAddedException extends FrameworkException {
         */
        public function __construct (array $messageArray, $code) {
                // Construct the message
-               $message = sprintf("[%s:%d] List group <span class=\"exception_reason\">%s</span> has already been added.",
+               $message = sprintf('[%s:%d] List group %s has already been added.',
                        $messageArray[0]->__toString(),
                        $this->getLine(),
                        $messageArray[1]