From b5436d332a8cfc76142f51cdcf6829486242785a Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Wed, 27 May 2015 03:46:34 +0200 Subject: [PATCH] It is 'Hubcoin' not 'Hubcoins' and also not 'HubCoin'. :-) Signed-off-by: Roland Haeder --- application/hub/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); -- 2.39.5