openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 3c86b96c4ba5b563e1da20dc830a947cb9a4f3ec
parent 672eeb908814c0a3af4c635ca985d87685f76a2d
Author: dankert <devnull@localhost>
Date:   Tue, 24 Jan 2006 00:04:28 +0100

Immer 2 Elemente zu Beginn ?ffnen

Diffstat:
serviceClasses/AbstractTree.class.php | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/serviceClasses/AbstractTree.class.php b/serviceClasses/AbstractTree.class.php @@ -55,7 +55,8 @@ class AbstractTree $this->tempElements = array(); $this->maxId = 0; - $this->open( 0 ); + $this->open(0); + $this->open(1); } /**