From 1eb43e6591680a76122a05c1f8bdbd02b60bb6b4 Mon Sep 17 00:00:00 2001 From: hickert Date: Tue, 11 May 2010 08:45:46 +0000 Subject: [PATCH] Fixed spelling of several properties and added missing ones git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18341 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/plugins/addons/configViewer/class_configViewer.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/gosa-core/plugins/addons/configViewer/class_configViewer.inc b/gosa-core/plugins/addons/configViewer/class_configViewer.inc index 99a34440b..aeec8e4ad 100644 --- a/gosa-core/plugins/addons/configViewer/class_configViewer.inc +++ b/gosa-core/plugins/addons/configViewer/class_configViewer.inc @@ -78,6 +78,7 @@ class configViewer extends management $all = $this->config->configRegistry->getAllProperties(); $valid = TRUE; foreach($all as $prop){ + echo $prop->getClass()."::".$prop->getName()."
"; $valid &= $prop->check(); } -- 2.30.2