X-Git-Url: http://git.typo3.org/Packages/TYPO3.CMS.git/blobdiff_plain/14f77410c7d873b38e9bc061aae3f5bf624d2b31..538697c31dea932a6bee008621b18d907500e1e7:/t3lib/tree/extdirect/class.t3lib_tree_extdirect_node.php diff --git a/t3lib/tree/extdirect/class.t3lib_tree_extdirect_node.php b/t3lib/tree/extdirect/class.t3lib_tree_extdirect_node.php index cc40c30522c3..625ad0028aac 100644 --- a/t3lib/tree/extdirect/class.t3lib_tree_extdirect_node.php +++ b/t3lib/tree/extdirect/class.t3lib_tree_extdirect_node.php @@ -550,9 +550,10 @@ class t3lib_tree_extdirect_Node extends t3lib_tree_Node { /** * Returns the node in an array representation that can be used for serialization * + * @param bool $addChildNodes * @return array */ - public function toArray() { + public function toArray($addChildNodes = TRUE) { $arrayRepresentation = array( 'serializeClassName' => get_class($this), 'id' => $this->getId(),