Updated domain without a dash :(
[core.git] / inc / classes / exceptions / stacker / class_AlreadyInitializedStackerException.php
index 24c06effc153e9b5401a38f65f323a2ac58b1a1c..593ca2acb778136764a3250ecc4776dd018f2d68 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * Thrown if a stacker is already initialized
  *
- * @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 - 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
@@ -35,7 +35,7 @@ class AlreadyInitializedStackerException extends FrameworkException {
                        $messageArray[0]->__toString(),
                        $this->getLine(),
                        $messageArray[1],
-                       intval($forceReInit)
+                       intval($messageArray[2])
                );
 
                // Call parent exception constructor