]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/template/answer/dht/class_XmlDhtBootstrapAnswerTemplateEngine.php
Checked change of access level protected -> private:
[hub.git] / application / hub / main / template / answer / dht / class_XmlDhtBootstrapAnswerTemplateEngine.php
index b9a94872bd1b4c887af6145bc5cafb1083b0d153..e03f68169d6d3ee1f2a275c6d343f64d3406e8b7 100644 (file)
@@ -42,7 +42,7 @@ class XmlDhtBootstrapAnswerTemplateEngine extends BaseXmlAnswerTemplateEngine im
                parent::__construct(__CLASS__);
 
                // Init sub-nodes array
-               $this->subNodes = array(
+               $this->setSubNodes(array(
                        // These nodes don't contain any data
                        'my-data',
                        'your-data',
@@ -59,7 +59,7 @@ class XmlDhtBootstrapAnswerTemplateEngine extends BaseXmlAnswerTemplateEngine im
                        self::ANSWER_STATUS,
                        // DHT node list
                        self::DHT_BOOTSTRAP_DATA_NODE_LIST,
-               );
+               ));
        }
 
        /**