]> git.mxchange.org Git - hub.git/commitdiff
Added missing config entry.
authorRoland Haeder <roland@mxchange.org>
Thu, 20 Feb 2014 21:33:04 +0000 (22:33 +0100)
committerRoland Haeder <roland@mxchange.org>
Thu, 20 Feb 2014 21:33:04 +0000 (22:33 +0100)
Signed-off-by: Roland Haeder <roland@mxchange.org>
application/hub/config.php

index eef45efff30dd5108ddae93762c8f7ebd0eb6b96..81716aa4b0e0587dbed2ee8a9ba6fdcf3b09b704 100644 (file)
@@ -240,6 +240,9 @@ $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');