X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=application%2Fhub%2Fmain%2Fcommands%2Fconsole%2Fclass_HubConsoleChatCommand.php;h=84776e33286a59cbe1b71a99b7503cf6f26f933c;hb=eb824b703d21d37a0860a4a72db320ed54046e84;hp=5f5acd5b933ab9e6718cf7f1ce80fa77821e3c52;hpb=3d5a6baf289a0b114668619f1184d6d6a1593755;p=hub.git diff --git a/application/hub/main/commands/console/class_HubConsoleChatCommand.php b/application/hub/main/commands/console/class_HubConsoleChatCommand.php index 5f5acd5b9..84776e332 100644 --- a/application/hub/main/commands/console/class_HubConsoleChatCommand.php +++ b/application/hub/main/commands/console/class_HubConsoleChatCommand.php @@ -2,11 +2,11 @@ /** * A command for the 'chat client' routine * - * @author Roland Haeder + * @author Roland Haeder * @version 0.0.0 * @copyright Copyright (c) 2012 Chat Developer Team * @license GNU GPL 3.0 or any newer version - * @link http://www.ship-simu.org + * @link http://www.shipsimu.org * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -78,7 +78,7 @@ class HubConsoleChatCommand extends BaseCommand implements Commandable { $chatInstance->addExtraChatFilters(); // Get task handler instance - $handlerInstance = Registry::getRegistry()->getInstance('task'); + $handlerInstance = Registry::getRegistry()->getInstance('task_handler'); // Debug message self::createDebugInstance(__CLASS__)->debugOutput('MAIN: --- Entering main loop. ---');