]> git.mxchange.org Git - hub.git/commitdiff
Opps, forgot this :(
authorRoland Häder <roland@mxchange.org>
Fri, 1 Feb 2013 22:52:26 +0000 (22:52 +0000)
committerRoland Häder <roland@mxchange.org>
Fri, 1 Feb 2013 22:52:26 +0000 (22:52 +0000)
application/hub/main/filter/task/node/class_NodeTaskHandlerInitializerFilter.php

index 4fbf28ba15a2a164d70925ee2a059d736972a1cd..5d17d92da46314b1f731de23446678c96440ed1c 100644 (file)
@@ -97,12 +97,6 @@ class NodeTaskHandlerInitializerFilter extends BaseNodeFilter implements Filtera
                // Register it as well
                $handlerInstance->registerTask('dht_query', $taskInstance);
 
-               // Query handler instance
-               $handlerInstance->registerTask('query_handler', $nodeInstance->getQueryConnectorInstance());
-
-               // Queue handler instance
-               $handlerInstance->registerTask('queue_handler', $nodeInstance->getQueueConnectorInstance());
-
                // Prepare a self-test task for the listeners
                $taskInstance = ObjectFactory::createObjectByConfiguredName('node_selfconnect_task_class');