]> git.mxchange.org Git - hub.git/commitdiff
Missed to implement this :( It is really warm here ... around 30-35 degrees Celsius :(
authorRoland Häder <roland@mxchange.org>
Tue, 21 Aug 2012 14:26:16 +0000 (14:26 +0000)
committerRoland Häder <roland@mxchange.org>
Tue, 21 Aug 2012 14:26:16 +0000 (14:26 +0000)
application/hub/main/template/requests/class_XmlRequestNodeListTemplateEngine.php

index 783847ec2fd17bd7b42c549c0425e36cca2ce99c..87a86cf8f3ca44eb2a2683ad5e65832569094404 100644 (file)
@@ -241,10 +241,8 @@ class XmlRequestNodeListTemplateEngine extends BaseTemplateEngine implements Com
                        return false;
                } // END - if
 
-               // Get current XML node name as an array index
-               $nodeName = $this->getStackerInstance()->getNamed('node_request_node_list');
-
-               $this->partialStub('TODO: Do something with the gathered data.');
+               // Assign data with matching variable here
+               parent::assignVariable($this->getStackerInstance()->getNamed('node_request_node_list'), $characters);
        }
 
        /**