openrat-cms

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

commit 92757c789f72cc9f41b6c10babb19a2c65183ff0
parent 15e36b26927254259cd0d4ec1bdb4898560d016c
Author: dankert <devnull@localhost>
Date:   Sat,  7 Feb 2009 04:01:15 +0100

root-Element heißt "server".

Diffstat:
serviceClasses/XML.class.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/serviceClasses/XML.class.php b/serviceClasses/XML.class.php @@ -55,7 +55,7 @@ class XML * * @var String */ - var $root = 'xml'; + var $root = 'server'; /* * Char to indent with.