]> git.mxchange.org Git - hub.git/commitdiff
Renamed (fixed some stuff).
authorRoland Haeder <roland@mxchange.org>
Fri, 14 Mar 2014 23:42:55 +0000 (00:42 +0100)
committerRoland Haeder <roland@mxchange.org>
Fri, 14 Mar 2014 23:42:55 +0000 (00:42 +0100)
Signed-off-by: Roland Haeder <roland@mxchange.org>
application/hub/config.php

index 0c449dbe4a57b7d6eec82e8669479bd8d96fa63a..81c22e301e9d94820f4ece34853c57dece1c1985 100644 (file)
@@ -349,10 +349,10 @@ $cfg->setConfigEntry('node_object_registry_stacker_class', 'FiLoStacker');
 $cfg->setConfigEntry('node_object_type_registry_class', 'ObjectTypeRegistry');
 
 // CFG: DHT-BOOTSTRAP-TEMPLATE-TYPE
-$cfg->setConfigEntry('dht_bootstrap_template_type', 'xml/dht_bootstrap');
+$cfg->setConfigEntry('node_dht_bootstrap_template_type', 'xml/dht_bootstrap');
 
 // CFG: DHT-PUBLISH-TEMPLATE-TYPE
-$cfg->setConfigEntry('dht_publish_template_type', 'xml/dht_publish');
+$cfg->setConfigEntry('node_dht_publish_template_type', 'xml/dht_publish');
 
 // CFG: CODE-TEMPLATE-TYPE
 $cfg->setConfigEntry('code_template_type', 'xml');