]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/nodes/regular/class_HubRegularNode.php
A lot files renamed (sorry guys for the mess) and moved to sub directories
[hub.git] / application / hub / main / nodes / regular / class_HubRegularNode.php
index e6db875654d43f90371270aae9685d1163916bfb..37ae2f518e38bb0c45533d2e43d37b2fcbce6198 100644 (file)
@@ -86,7 +86,7 @@ class HubRegularNode 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.');