From: Roland 'Quix0r' Haeder Date: Fri, 14 Mar 2014 21:50:12 +0000 (+0100) Subject: Added missing config entry for template "type" (path + template name). X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=119cd3d42b3ede7ef362a472754989bbae6d74e9;p=hub.git Added missing config entry for template "type" (path + template name). Signed-off-by: Roland 'Quix0r' Haeder --- diff --git a/application/hub/config.php b/application/hub/config.php index 77bfe588c..eea95623e 100644 --- a/application/hub/config.php +++ b/application/hub/config.php @@ -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');