summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 931621b)
raw | patch | inline | side by side (parent: 931621b)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 19 May 2010 09:48:24 +0000 (09:48 +0000) | ||
committer | hickert <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 | patch | blob | history |
index 612a6999e2714a2ba3e0a90e906f7aa546b6c99c..2b391e3b4d15e52d05a315c136a5c24692f95d45 100644 (file)
}
/* 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)){