From: Roland Haeder Date: Fri, 14 Mar 2014 22:40:02 +0000 (+0100) Subject: Nope, wasn't working. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=ec2a9741fa93516a82c2482f0e939d4b545c4443;p=hub.git Nope, wasn't working. Signed-off-by: Roland Haeder --- diff --git a/application/hub/main/template/bootstrap/class_XmlDhtBootstrapTemplateEngine.php b/application/hub/main/template/bootstrap/class_XmlDhtBootstrapTemplateEngine.php index 362601166..f3a684eb0 100644 --- a/application/hub/main/template/bootstrap/class_XmlDhtBootstrapTemplateEngine.php +++ b/application/hub/main/template/bootstrap/class_XmlDhtBootstrapTemplateEngine.php @@ -117,7 +117,7 @@ class XmlDhtBootstrapTemplateEngine extends BaseXmlTemplateEngine implements Com * * @return void */ - protected function startDhtBootstrap () { + protected function startBootstrap () { // Push the node name on the stacker $this->getStackerInstance()->pushNamed('dht_bootstrap', 'dht-bootstrap'); } @@ -327,7 +327,7 @@ class XmlDhtBootstrapTemplateEngine extends BaseXmlTemplateEngine implements Com * * @return void */ - protected function finishDhtBootstrap () { + protected function finishBootstrap () { // Pop the last entry $this->getStackerInstance()->popNamed('dht_bootstrap'); } diff --git a/application/hub/templates/xml/dht_bootstrap/bootstrap.xml b/application/hub/templates/xml/dht_bootstrap/bootstrap.xml index e3ca8e6b9..e21be501e 100644 --- a/application/hub/templates/xml/dht_bootstrap/bootstrap.xml +++ b/application/hub/templates/xml/dht_bootstrap/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 //--> - +