From: hickert Date: Wed, 19 May 2010 09:48:24 +0000 (+0000) Subject: Fixed php warning X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=65181f6385afbd4d34a905ef027683e3c3bc1351;p=gosa.git Fixed php warning git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18548 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/class_plugin.inc b/gosa-core/include/class_plugin.inc index 612a6999e..2b391e3b4 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 = $this->config->configRegistry->getPropertyValue(get_class($plugin),"check"); + $command = $this->config->configRegistry->getPropertyValue(get_class($this),"check"); if ($command != ""){ if (!check_command($command)){