summaryrefslogtreecommitdiffstats
path: root/codebase/tree_connector.php
diff options
context:
space:
mode:
authordmitry-radyno <dmitry.radyno@gmail.com>2013-05-31 11:41:25 +0200
committerdmitry-radyno <dmitry.radyno@gmail.com>2013-05-31 11:41:31 +0200
commit31d50991c9640726abce52e3359dd438914f462e (patch)
treed1dc7a0eaa21b404eb2f2dafd84d4969ab065efd /codebase/tree_connector.php
parenteb0386dd25a066532be6549a342e61d80c438477 (diff)
downloadconnector-php-31d50991c9640726abce52e3359dd438914f462e.zip
connector-php-31d50991c9640726abce52e3359dd438914f462e.tar.gz
connector-php-31d50991c9640726abce52e3359dd438914f462e.tar.bz2
collections in treeconnector
Diffstat (limited to 'codebase/tree_connector.php')
-rw-r--r--codebase/tree_connector.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/codebase/tree_connector.php b/codebase/tree_connector.php
index d94206a..f8985e2 100644
--- a/codebase/tree_connector.php
+++ b/codebase/tree_connector.php
@@ -198,7 +198,8 @@ class TreeConnector extends Connector{
/*! renders self as xml, ending part
*/
public function xml_end(){
- return "</tree>";
+ $this->fill_collections();
+ return $this->extra_output."</tree>";
}
}