]> git.mxchange.org Git - hub.git/commitdiff
It is a sub-node
authorRoland Häder <roland@mxchange.org>
Tue, 21 Aug 2012 14:23:24 +0000 (14:23 +0000)
committerRoland Häder <roland@mxchange.org>
Tue, 21 Aug 2012 14:23:24 +0000 (14:23 +0000)
application/hub/main/template/requests/class_XmlRequestNodeListTemplateEngine.php

index 32fc532fc5f6a07923778a581a8948cc0d665c9c..783847ec2fd17bd7b42c549c0425e36cca2ce99c 100644 (file)
@@ -27,14 +27,14 @@ class XmlRequestNodeListTemplateEngine extends BaseTemplateEngine implements Com
         * Main nodes in the XML tree
         */
        private $mainNodes = array(
         * Main nodes in the XML tree
         */
        private $mainNodes = array(
-               'node-request-node-list',
-               'accepted-object-types'
+               'node-request-node-list'
        );
 
        /**
         * Sub nodes in the XML tree
         */
        private $subNodes = array(
        );
 
        /**
         * Sub nodes in the XML tree
         */
        private $subNodes = array(
+               'accepted-object-types'
        );
 
        /**
        );
 
        /**