]> git.mxchange.org Git - hub.git/commitdiff
Fixed a missing config entry due to core updated
authorRoland Häder <roland@mxchange.org>
Fri, 18 Sep 2009 13:43:33 +0000 (13:43 +0000)
committerRoland Häder <roland@mxchange.org>
Fri, 18 Sep 2009 13:43:33 +0000 (13:43 +0000)
application/hub/config.php

index 6c80e23d8d1e92c8b10089f39694731d6b3ee4b1..1956c8dc09d93777d4ce4df7f57348ae2ba56cfa 100644 (file)
@@ -114,8 +114,8 @@ $cfg->setConfigEntry('default_console_command', 'main');
 // CFG: DEFAULT-HUBCONSOLE-COMMAND
 $cfg->setConfigEntry('default_hubconsole_command', 'main');
 
-// CFG: HUBCONSOLE-CMD-RESOLVER-CLASS
-$cfg->setConfigEntry('hubconsole_cmd_resolver_class', 'HubConsoleCommandResolver');
+// CFG: HUBCONSOLE-CMD-MAIN-RESOLVER-CLASS
+$cfg->setConfigEntry('hubconsole_cmd_main_resolver_class', 'HubConsoleCommandResolver');
 
 // CFG: NETWORK-STATE-RESOLVER-CLASS
 $cfg->setConfigEntry('network_state_resolver_class', 'NetworkStateResolver');