From: hickert Date: Mon, 10 May 2010 12:49:56 +0000 (+0000) Subject: Check hook call X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=24f2a7e66b80870d327c4a3864001a4bf48a7f7e;p=gosa.git Check hook call git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18233 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/class_plugin.inc b/gosa-core/include/class_plugin.inc index 33f750a35..1b45db134 100644 --- a/gosa-core/include/class_plugin.inc +++ b/gosa-core/include/class_plugin.inc @@ -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)){