]> 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 4cca8217b104c83c807ab058477050e465feb0b4..5d75473f560c4e8569b90352116b7debc2ca6c03 100644 (file)
@@ -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.');