From: Roland 'Quix0r' Haeder Date: Fri, 14 Mar 2014 22:08:39 +0000 (+0100) Subject: Also this was badly named (missed 's') X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b9eab2c54692dd6e143ddc179df64b78f8d54d25;p=hub.git Also this was badly named (missed 's') Signed-off-by: Roland 'Quix0r' Haeder --- diff --git a/application/hub/main/template/answer/dht/class_XmlDhtBootstrapAnswerTemplateEngine.php b/application/hub/main/template/answer/dht/class_XmlDhtBootstrapAnswerTemplateEngine.php index dc45558e3..485c53419 100644 --- a/application/hub/main/template/answer/dht/class_XmlDhtBootstrapAnswerTemplateEngine.php +++ b/application/hub/main/template/answer/dht/class_XmlDhtBootstrapAnswerTemplateEngine.php @@ -191,21 +191,21 @@ class XmlDhtBootstrapAnswerTemplateEngine extends BaseXmlAnswerTemplateEngine im } /** - * Starts the dht-node-list + * Starts the dht-nodes-list * * @return void */ - protected function startDhtNodeList () { + protected function startDhtNodesList () { // Push the node name on the stacker $this->getStackerInstance()->pushNamed('node_dht_bootstrap_answer', self::DHT_BOOTSTRAP_DATA_NODE_LIST); } /** - * Finishes the dht-node-list + * Finishes the dht-nodes-list * * @return void */ - protected function finishDhtNodeList () { + protected function finishDhtNodesList () { // Pop the last entry $this->getStackerInstance()->popNamed('node_dht_bootstrap_answer'); }