]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/class_HubCommandProcessor.php
Port number changed to 9060, several rewrites because of method constructor() is...
[hub.git] / application / hub / main / class_HubCommandProcessor.php
index 7de18ec0f18f3d55a957d30203b313d301cf69a1..50528e9c34e6de7f27d30d2469ef9d833b66250a 100644 (file)
@@ -44,9 +44,9 @@ class HubCommandProcessor extends BaseFrameworkSystem {
         *
         * @return      void
         */
-       private function __construct () {
+       protected function __construct () {
                // Call parent constructor
-               parent::constructor(__CLASS__);
+               parent::__construct(__CLASS__);
 
                // Set description
                $this->setObjectDescription("Hub-Command-Processor");