summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6fede86)
raw | patch | inline | side by side (parent: 6fede86)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 4 May 2010 10:36:06 +0000 (10:36 +0000) | ||
committer | hickert <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 | patch | blob | history |
diff --git a/gosa-core/plugins/addons/configViewer/class_configViewer.inc b/gosa-core/plugins/addons/configViewer/class_configViewer.inc
index 05ef6f50c79db0bbdd224687267307da580259bc..04977ec3b3f9cd5182314e581245bdbe782ac103 100644 (file)
$data[$id] = $p;
$lData[$id] = array('data' => array(
$p->getGroup(),
- $p->getClass(),
+ $this->configRegistry->classToName[$p->getClass()],
$p->getName(),
$p->getValue(),
$p->getStatus()