Several MVC classes added, entryPoint method rewritten
[shipsimu.git] / inc / classes / main / commands / extended / class_
index b71893678e5f75a453a1aa5c14d67992c6815ee3..e4fc44389c00e34615455af70123b4e0deb0bd1b 100644 (file)
@@ -27,9 +27,9 @@ class Command extends BaseCommand implements Commandable {
         *
         * @return      void
         */
-       private function __construct () {
+       protected function __construct () {
                // Call parent constructor
-               parent::constructor(__CLASS__);
+               parent::__construct(__CLASS__);
 
                // Set special description
                $this->setObjectDescription("Spezieller Command");