]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/class_HubPeer.php
Port number changed to 9060, several rewrites because of method constructor() is...
[hub.git] / application / hub / main / class_HubPeer.php
index 59e23ecb6769292da6d31293a6617691291f4f88..c34b7ef21b2d1ae026ba81b005cce33ecbf9f33d 100644 (file)
@@ -132,9 +132,9 @@ class HubPeer extends BaseFrameworkSystem {
        /**
         * The private constructor
         */
-       private function __construct () {
+       protected function __construct () {
                // Call parent constructor
-               parent::constructor(__CLASS__);
+               parent::__construct(__CLASS__);
 
                // Set description
                $this->setObjectDescription("Hub-Peer");