From 8f7bd408bd0d9f8090ffa219a0e103250ae26c38 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Sat, 15 Mar 2014 00:42:55 +0100 Subject: [PATCH] Renamed (fixed some stuff). Signed-off-by: Roland Haeder --- application/hub/config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'); -- 2.39.5