Code

Check hook call
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 10 May 2010 12:49:56 +0000 (12:49 +0000)
committerhickert <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

index 33f750a351abde4216839399a5784ca2d3519d83..1b45db134f9d88a81b8c7421af14293805132468 100644 (file)
@@ -466,7 +466,7 @@ class plugin
     }
 
     /* 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)){