From: Roland Haeder Date: Wed, 27 May 2015 01:46:34 +0000 (+0200) Subject: It is 'Hubcoin' not 'Hubcoins' and also not 'HubCoin'. :-) X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b5436d332a8cfc76142f51cdcf6829486242785a;p=hub.git It is 'Hubcoin' not 'Hubcoins' and also not 'HubCoin'. :-) Signed-off-by: Roland Haeder --- diff --git a/application/hub/config.php b/application/hub/config.php index 85e59e4b6..f1fd5793e 100644 --- a/application/hub/config.php +++ b/application/hub/config.php @@ -37,7 +37,7 @@ $cfg->setConfigEntry('node_default_mode', 'regular'); $cfg->setConfigEntry('enable_feature_hubcoin_reward', 'Y'); // CFG: FEATURE-HUBCOIN-REWARD-CLASS -$cfg->setConfigEntry('feature_hubcoin_reward_class', 'HubcoinsRewardFeature'); +$cfg->setConfigEntry('feature_hubcoin_reward_class', 'HubcoinRewardFeature'); // CFG: TEMPLATE-ENGINE $cfg->setConfigEntry('tpl_engine', 'ConsoleOutput');