From: hickert Date: Tue, 11 May 2010 08:45:46 +0000 (+0000) Subject: Fixed spelling of several properties and added missing ones X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=1eb43e6591680a76122a05c1f8bdbd02b60bb6b4;p=gosa.git 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 --- 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(); }