]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/nodes/master/class_HubMasterNode.php
A lot files renamed (sorry guys for the mess) and moved to sub directories
[hub.git] / application / hub / main / nodes / master / class_HubMasterNode.php
index 392c15f1095fda958e04223fcc0a3779188178f2..5d75473f560c4e8569b90352116b7debc2ca6c03 100644 (file)
@@ -78,7 +78,7 @@ class HubMasterNode extends BaseHubNode implements NodeHelper, Registerable {
         *
         * @return      void
         */
-       public function addExtraHubFilters () {
+       public function addExtraNodeFilters () {
                // Get the application instance from registry
                $applicationInstance = Registry::getRegistry()->getInstance('app');
 
@@ -86,7 +86,7 @@ class HubMasterNode extends BaseHubNode implements NodeHelper, Registerable {
                $controllerInstance = $applicationInstance->getControllerInstance();
 
                // Self-announcement task
-               $controllerInstance->addActivationFilter(ObjectFactory::createObjectByConfiguredName('hub_activation_self_announcement_task_filter'));
+               $controllerInstance->addActivationFilter(ObjectFactory::createObjectByConfiguredName('node_activation_self_announcement_task_filter'));
 
                // @TODO Add some filters here
                $this->partialStub('Add some filters here.');