]> git.mxchange.org Git - hub.git/blobdiff - application/hub/class_ApplicationHelper.php
Port number changed to 9060, several rewrites because of method constructor() is...
[hub.git] / application / hub / class_ApplicationHelper.php
index 696aee8fe5709b9ae3abc846b279a709d6da61c6..94ea19675778004a411b042ea6149fff42abb509 100644 (file)
@@ -66,7 +66,7 @@ class ApplicationHelper extends BaseFrameworkSystem implements ManageableApplica
         */
        protected function __construct () {
                // Call parent constructor
-               parent::constructor(__CLASS__);
+               parent::__construct(__CLASS__);
 
                // Set description
                $this->setObjectDescription("Application-Helper");