]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/commands/console/class_HubConsoleMainCommand.php
Some methods renamed
[hub.git] / application / hub / main / commands / console / class_HubConsoleMainCommand.php
index cb0e46358f467368f9a35cd23735b07b6d09c2c3..85a82af78fb58fc4636b3f93e136dcdc09861934 100644 (file)
@@ -73,12 +73,12 @@ class HubConsoleMainCommand extends BaseCommand implements Commandable {
                $nodeInstance = Registry::getRegistry()->getInstance('node');
 
                // Add some node-specific filters, e.g. announcement
-               $nodeInstance->addExtraHubFilters();
+               $nodeInstance->addExtraNodeFilters();
 
                // -------------------------- Hub activation --------------------------
                // Activates the hub by doing some final preparation steps and setting
                // the attribute $hubIsActive to true
-               $nodeInstance->activateHub($requestInstance, $responseInstance);
+               $nodeInstance->activateNode($requestInstance, $responseInstance);
 
                // Get task handler instance
                $handlerInstance = Registry::getRegistry()->getInstance('task');