]> git.mxchange.org Git - core.git/blobdiff - inc/classes/exceptions/main/class_InvalidCommandException.php
To much 'Deny from all' removed :(
[core.git] / inc / classes / exceptions / main / class_InvalidCommandException.php
index 834b6c4ba0889f41b8224ddf826516e7dbf6f1c4..a9baac0ce09b6c6820dfc934dae443942f898f2d 100644 (file)
@@ -4,7 +4,7 @@
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007 - 2009 Roland Haeder, this is free software
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009, 2010 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.ship-simu.org
  *
@@ -39,7 +39,7 @@ class InvalidCommandException extends FrameworkException {
                );
 
                // Set extra data
-               $this->setExtraData($msgArray[0]->getClassName().':'.$this->getLine());
+               $this->setExtraData($msgArray[0]->getClassName() . ':' . $this->getLine());
 
                // Call parent constructor
                parent::__construct($message, $code);