Code

Fixed php warning
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 19 May 2010 09:48:24 +0000 (09:48 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 19 May 2010 09:48:24 +0000 (09:48 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18548 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/include/class_plugin.inc

index 612a6999e2714a2ba3e0a90e906f7aa546b6c99c..2b391e3b4d15e52d05a315c136a5c24692f95d45 100644 (file)
@@ -466,7 +466,7 @@ class plugin
     }
 
     /* Find hooks entries for this class */
-    $command = $this->config->configRegistry->getPropertyValue(get_class($plugin),"check");
+    $command = $this->config->configRegistry->getPropertyValue(get_class($this),"check");
     if ($command != ""){
 
       if (!check_command($command)){