From: Roland Haeder Date: Fri, 14 Mar 2014 23:42:55 +0000 (+0100) Subject: Renamed (fixed some stuff). X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=8f7bd408bd0d9f8090ffa219a0e103250ae26c38;p=hub.git Renamed (fixed some stuff). Signed-off-by: Roland Haeder --- diff --git a/application/hub/config.php b/application/hub/config.php index 0c449dbe4..81c22e301 100644 --- a/application/hub/config.php +++ b/application/hub/config.php @@ -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');