]> git.mxchange.org Git - hub.git/commitdiff
No longer needed initialization of requestInstance (already given by parameter)
authorRoland Häder <roland@mxchange.org>
Sat, 25 Jul 2009 09:31:55 +0000 (09:31 +0000)
committerRoland Häder <roland@mxchange.org>
Sat, 25 Jul 2009 09:31:55 +0000 (09:31 +0000)
application/hub/main/filter/node/class_NodeInitializationFilter.php

index 51078cfae7a7aeea44adfdbf2126c3c37be7c4fd..c8c48ada7019010cdfc3fd55087b329f2e9ca88e 100644 (file)
@@ -57,9 +57,6 @@ class NodeInitializationFilter extends BaseFilter implements Filterable {
                // The default node-mode is from our configuration
                $nodeMode = $this->getConfigInstance()->readConfig('node_mode');
 
-               // Prepare a ConsoleRequest class to catch all parameters
-               $requestInstance = ObjectFactory::createObjectByName('ConsoleRequest');
-
                // Is the node 'mode' parameter set?
                if ($requestInstance->isRequestElementSet('mode')) {
                        // Then use this which overrides the config entry temporarily