From: Roland Haeder <roland@mxchange.org> Date: Fri, 14 Mar 2014 23:46:03 +0000 (+0100) Subject: Fixed exception. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=fd4acec4e8f2b08e7c9d8f05e71da3804c6f75de;p=hub.git Fixed exception. Signed-off-by: Roland Haeder <roland@mxchange.org> --- 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>