From: Roland Haeder Date: Fri, 14 Mar 2014 23:40:55 +0000 (+0100) Subject: Fixed names. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f2e50bf98a3937522f008250f185a783fa6e21e5;p=hub.git Fixed names. Signed-off-by: Roland Haeder --- 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');