From fd4acec4e8f2b08e7c9d8f05e71da3804c6f75de Mon Sep 17 00:00:00 2001
From: Roland Haeder <roland@mxchange.org>
Date: Sat, 15 Mar 2014 00:46:03 +0100
Subject: [PATCH] Fixed exception.

Signed-off-by: Roland Haeder <roland@mxchange.org>
---
 .../main/template/dht/class_XmlDhtBootstrapTemplateEngine.php | 2 +-
 application/hub/templates/xml/dht_bootstrap/dht_bootstrap.xml | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/application/hub/main/template/dht/class_XmlDhtBootstrapTemplateEngine.php b/application/hub/main/template/dht/class_XmlDhtBootstrapTemplateEngine.php
index efb5f8878..aff63d8a2 100644
--- a/application/hub/main/template/dht/class_XmlDhtBootstrapTemplateEngine.php
+++ b/application/hub/main/template/dht/class_XmlDhtBootstrapTemplateEngine.php
@@ -118,7 +118,7 @@ class XmlDhtBootstrapTemplateEngine extends BaseXmlTemplateEngine implements Com
 	 */
 	protected function startBootstrap () {
 		// Push the node name on the stacker
-		$this->getStackerInstance()->pushNamed('dht_bootstrap', 'bootstrap');
+		$this->getStackerInstance()->pushNamed('dht_bootstrap', 'dht-bootstrap');
 	}
 
 	/**
diff --git a/application/hub/templates/xml/dht_bootstrap/dht_bootstrap.xml b/application/hub/templates/xml/dht_bootstrap/dht_bootstrap.xml
index e21be501e..e3ca8e6b9 100644
--- a/application/hub/templates/xml/dht_bootstrap/dht_bootstrap.xml
+++ b/application/hub/templates/xml/dht_bootstrap/dht_bootstrap.xml
@@ -21,7 +21,7 @@ GNU General Public License for more details.
 You should have received a copy of the GNU General Public License
 along with this program. If not, see <http://www.gnu.org/licenses/>
 //-->
-<bootstrap>
+<dht-bootstrap>
 	<!--
 	The data in this message is similar to that in announcement, except that an
 	announcement is sent to boot, master and list nodes but this to "all" nodes
@@ -50,4 +50,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>
 			<listen-port>{?node_listen_port?}</listen-port>
 		</listener>
 	</dht-bootstrap-data>
-</bootstrap>
+</dht-bootstrap>
-- 
2.39.5