summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5c2d01a)
raw | patch | inline | side by side (parent: 5c2d01a)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 10 May 2010 12:17:39 +0000 (12:17 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 10 May 2010 12:17:39 +0000 (12:17 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18218 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/include/class_plugin.inc | patch | blob | history |
index 93eab234c35da1f18d2c1ccfd99449fa64bf686e..33f750a351abde4216839399a5784ca2d3519d83 100644 (file)
}
/* Find hooks entries for this class */
- $command= $this->config->search(get_class($this), "CHECK", array('menu', 'tabs'));
-
+ $command = $config->configRegistry->getPropertyValue(get_class($plugin),"check");
if ($command != ""){
if (!check_command($command)){