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