]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/template/requests/class_XmlRequestNodeListTemplateEngine.php
Merge branch 'refacuring/protocol_handler' into latest-core/crawler
[hub.git] / application / hub / main / template / requests / class_XmlRequestNodeListTemplateEngine.php
index 1ada53e004e9b4168db19f1054039e5f90f264fc..e014e9aa1e9fdd1fc85b8e3e5c0468d25c2abd2a 100644 (file)
@@ -37,10 +37,10 @@ class XmlRequestNodeListTemplateEngine extends BaseXmlTemplateEngine implements
                parent::__construct(__CLASS__);
 
                // Init sub nodes
-               $this->subNodes = array(
+               $this->setSubNodes(array(
                        self::REQUEST_DATA_ACCEPTED_OBJECT_TYPES,
                        self::REQUEST_DATA_SESSION_ID,
-               );
+               ));
        }
 
        /**