]> git.mxchange.org Git - hub.git/commitdiff
Added missing config entry for template "type" (path + template name).
authorRoland 'Quix0r' Haeder <roland@mxchange.org>
Fri, 14 Mar 2014 21:50:12 +0000 (22:50 +0100)
committerRoland 'Quix0r' Haeder <roland@mxchange.org>
Fri, 14 Mar 2014 21:50:12 +0000 (22:50 +0100)
Signed-off-by: Roland 'Quix0r' Haeder <roland@mxchange.org>
application/hub/config.php

index 77bfe588c0d550231e81811b1413fd5cea2a10be..eea95623e4d1966efbe42b46b30e1956e97835c1 100644 (file)
@@ -309,6 +309,9 @@ $cfg->setConfigEntry('multiple_message_stacker_class', 'FiFoStacker');
 // CFG: NODE-ANNOUNCEMENT-ANSWER-TEMPLATE-TYPE
 $cfg->setConfigEntry('node_announcement_answer_template_type', 'xml/answer/announcement');
 
+// CFG: NODE-DHT-BOOTSTRAP-ANSWER-TEMPLATE-TYPE
+$cfg->setConfigEntry('node_dht_bootstrap_answer_template_type', 'xml/answer/dht_bootstrap');
+
 // CFG: NODE-REQUEST-NODE-LIST-ANSWER-TEMPLATE-TYPE
 $cfg->setConfigEntry('node_request_node_list_answer_template_type', 'xml/answer/requests');