From: Roland 'Quix0r' Haeder Date: Fri, 14 Mar 2014 22:07:22 +0000 (+0100) Subject: Fixed name of XML node. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=4b79bede39dcce4a43e42a9a1827cfbe57957ca8;p=hub.git Fixed name of XML node. Signed-off-by: Roland 'Quix0r' Haeder --- diff --git a/application/hub/main/template/answer/dht/class_XmlDhtBootstrapAnswerTemplateEngine.php b/application/hub/main/template/answer/dht/class_XmlDhtBootstrapAnswerTemplateEngine.php index cc0cd9fb7..dc45558e3 100644 --- a/application/hub/main/template/answer/dht/class_XmlDhtBootstrapAnswerTemplateEngine.php +++ b/application/hub/main/template/answer/dht/class_XmlDhtBootstrapAnswerTemplateEngine.php @@ -31,7 +31,7 @@ class XmlDhtBootstrapAnswerTemplateEngine extends BaseXmlAnswerTemplateEngine im const DHT_BOOTSTRAP_DATA_EXTERNAL_IP = 'my-external-ip'; const DHT_BOOTSTRAP_DATA_INTERNAL_IP = 'my-internal-ip'; const DHT_BOOTSTRAP_DATA_LISTEN_PORT = 'my-listen-port'; - const DHT_BOOTSTRAP_DATA_NODE_LIST = 'dht-node-list'; + const DHT_BOOTSTRAP_DATA_NODE_LIST = 'dht-nodes-list'; /** * Protected constructor