Author: dr Date: Wed Jan 23 16:29:18 2008 New Revision: 7239 Log: - Fixed display of cache_blocks in Tst trees.
Modified: trunk/Template/src/syntax_trees/tst/nodes/cache_block.php Modified: trunk/Template/src/syntax_trees/tst/nodes/cache_block.php ============================================================================== --- trunk/Template/src/syntax_trees/tst/nodes/cache_block.php [iso-8859-1] (original) +++ trunk/Template/src/syntax_trees/tst/nodes/cache_block.php [iso-8859-1] Wed Jan 23 16:29:18 2008 @@ -39,7 +39,9 @@ public function getTreeProperties() { - return array(); + return array( 'keys' => $this->keys, + 'ttl' => $this->ttl, + 'children' => $this->children ); } } ?> -- svn-components mailing list svn-components@lists.ez.no http://lists.ez.no/mailman/listinfo/svn-components