Code

Updated listing of properties
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 4 May 2010 10:36:06 +0000 (10:36 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 4 May 2010 10:36:06 +0000 (10:36 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18036 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/plugins/addons/configViewer/class_configViewer.inc

index 05ef6f50c79db0bbdd224687267307da580259bc..04977ec3b3f9cd5182314e581245bdbe782ac103 100644 (file)
@@ -38,7 +38,7 @@ class configViewer extends plugin
             $data[$id] = $p;
             $lData[$id] = array('data' => array(
                         $p->getGroup(),
-                        $p->getClass(),
+                        $this->configRegistry->classToName[$p->getClass()],
                         $p->getName(),
                         $p->getValue(),
                         $p->getStatus()