From b0ea74f1fdccc46bc0efb9480d3b88ca19091e25 Mon Sep 17 00:00:00 2001 From: hickert Date: Thu, 1 Dec 2005 11:28:02 +0000 Subject: [PATCH] Fixed xml parse menu git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2175 594d385d-05f5-0310-b6e9-bd551577e9d8 --- include/class_xmlParse.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/include/class_xmlParse.inc b/include/class_xmlParse.inc index 28eb7e6a2..3f8c07c70 100644 --- a/include/class_xmlParse.inc +++ b/include/class_xmlParse.inc @@ -59,6 +59,7 @@ class xmlParse { $level = array(); $this->data = array(); + $this->depth = array(); $i = 0 ; $current =""; $dir = ""; -- 2.30.2