]> git.mxchange.org Git - hub.git/commitdiff
Fixed name of XML node.
authorRoland 'Quix0r' Haeder <roland@mxchange.org>
Fri, 14 Mar 2014 22:07:22 +0000 (23:07 +0100)
committerRoland 'Quix0r' Haeder <roland@mxchange.org>
Fri, 14 Mar 2014 23:18:25 +0000 (00:18 +0100)
Signed-off-by: Roland 'Quix0r' Haeder <roland@mxchange.org>
application/hub/main/template/answer/dht/class_XmlDhtBootstrapAnswerTemplateEngine.php

index cc0cd9fb757ffd1fb226d08d153132e066c12638..dc45558e3b64e5acdad9dc1b362af394b310d26d 100644 (file)
@@ -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