]> git.mxchange.org Git - hub.git/commitdiff
It is 'Hubcoin' not 'Hubcoins' and also not 'HubCoin'. :-)
authorRoland Haeder <roland@mxchange.org>
Wed, 27 May 2015 01:46:34 +0000 (03:46 +0200)
committerRoland Haeder <roland@mxchange.org>
Wed, 27 May 2015 01:46:34 +0000 (03:46 +0200)
Signed-off-by: Roland Haeder <roland@mxchange.org>
application/hub/config.php

index 85e59e4b6bceb5e7faadca26c8e51944e9744c0a..f1fd5793e3ae90eee31c2563ced1064ef1d4942c 100644 (file)
@@ -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');