]> git.mxchange.org Git - hub.git/commitdiff
Nope, wasn't working.
authorRoland Haeder <roland@mxchange.org>
Fri, 14 Mar 2014 22:40:02 +0000 (23:40 +0100)
committerRoland Haeder <roland@mxchange.org>
Fri, 14 Mar 2014 22:40:02 +0000 (23:40 +0100)
Signed-off-by: Roland Haeder <roland@mxchange.org>
application/hub/main/template/bootstrap/class_XmlDhtBootstrapTemplateEngine.php
application/hub/templates/xml/dht_bootstrap/bootstrap.xml

index 362601166a87de161b454b8c89fc52e5b9812d76..f3a684eb09ead52e95077675816baf642ca404e9 100644 (file)
@@ -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');
        }
index e3ca8e6b90b807dccb24e5db8170c0d84f3799b7..e21be501e4f3eb0350827255796e00b06165f2c8 100644 (file)
@@ -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/>
 //-->
-<dht-bootstrap>
+<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>
-</dht-bootstrap>
+</bootstrap>