summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7cd4591)
raw | patch | inline | side by side (parent: 7cd4591)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 8 Sep 2010 15:03:08 +0000 (15:03 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 8 Sep 2010 15:03:08 +0000 (15:03 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19568 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/include/class_plugin.inc | patch | blob | history |
index 05a3eeafc2852ff3e0a7c60f1916256156f7f481..0dadccfb7592eda5280297d303337158a4bfabe9 100644 (file)
* @param Allows to a add special replacements.
*/
static function callHook($plugin, $cmd, $addAttrs= array(), &$returnOutput = array(),
- &$returnCode = NULL, &$errorOutput, $displayErrors = TRUE)
+ &$returnCode = NULL, &$errorOutput = array(), $displayErrors = TRUE)
{
global $config;
$command = $config->configRegistry->getPropertyValue(get_class($plugin),$cmd);