]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/class_HubCoreLoop.php
Port number changed to 9060, several rewrites because of method constructor() is...
[hub.git] / application / hub / main / class_HubCoreLoop.php
index 6e85a6d902f9f7151b820d32fdbd4994e013f5f8..a64a4d6d95b68fb8efc247845b2a8cf2bc7eb6c7 100644 (file)
@@ -103,9 +103,9 @@ class HubCoreLoop extends BaseFrameworkSystem {
         *
         * @return      void
         */
-       private function __construct () {
+       protected function __construct () {
                // Call parent constructor
-               parent::constructor(__CLASS__);
+               parent::__construct(__CLASS__);
 
                // Set description
                $this->setObjectDescription("Hub-Core Loop");