From f2e50bf98a3937522f008250f185a783fa6e21e5 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Sat, 15 Mar 2014 00:40:55 +0100 Subject: [PATCH] Fixed names. Signed-off-by: Roland Haeder --- application/hub/config.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/application/hub/config.php b/application/hub/config.php index e37f348a0..0c449dbe4 100644 --- a/application/hub/config.php +++ b/application/hub/config.php @@ -246,18 +246,18 @@ $cfg->setConfigEntry('news_reader_class', 'ConsoleNewsReader'); // CFG: NODE-ANNOUNCEMENT-TEMPLATE-CLASS $cfg->setConfigEntry('node_announcement_template_class', 'XmlAnnouncementTemplateEngine'); -// CFG: NODE-DHT-BOOTSTRAP-TEMPLATE-CLASS -$cfg->setConfigEntry('node_dht_bootstrap_template_class', 'XmlDhtBootstrapTemplateEngine'); - // CFG: NODE-ANNOUNCEMENT-ANSWER-TEMPLATE-CLASS $cfg->setConfigEntry('node_announcement_answer_template_class', 'XmlAnnouncementAnswerTemplateEngine'); -// CFG: NODE-DHT-BOOTSTRAP-ANSWER-TEMPLATE-CLASS -$cfg->setConfigEntry('node_dht_bootstrap_answer_template_class', 'XmlDhtBootstrapAnswerTemplateEngine'); - // CFG: NODE-REQUEST-NODE-LIST-TEMPLATE-CLASS $cfg->setConfigEntry('node_request_node_list_template_class', 'XmlRequestNodeListTemplateEngine'); +// CFG: NODE-DHT-BOOTSTRAP-TEMPLATE-CLASS +$cfg->setConfigEntry('node_dht_bootstrap_template_class', 'XmlDhtBootstrapTemplateEngine'); + +// CFG: NODE-DHT-BOOTSTRAP-ANSWER-TEMPLATE-CLASS +$cfg->setConfigEntry('node_dht_bootstrap_answer_template_class', 'XmlDhtBootstrapAnswerTemplateEngine'); + // CFG: NODE-REQUEST-NODE-LIST-ANSWER-TEMPLATE-CLASS $cfg->setConfigEntry('node_request_node_list_answer_template_class', 'XmlRequestNodeListAnswerTemplateEngine'); @@ -289,7 +289,7 @@ $cfg->setConfigEntry('node_announcement_stacker_class', 'FiLoStacker'); $cfg->setConfigEntry('node_announcement_answer_stacker_class', 'FiLoStacker'); // CFG: NODE-DHT-BOOTSTRAP-STACKER-CLASS -$cfg->setConfigEntry('node_dht_publish_stacker_class', 'FiLoStacker'); +$cfg->setConfigEntry('node_dht_bootstrap_stacker_class', 'FiLoStacker'); // CFG: NODE-DHT-BOOTSTRAP-ANSWER-STACKER-CLASS $cfg->setConfigEntry('node_dht_bootstrap_answer_stacker_class', 'FiLoStacker'); -- 2.39.5