From: hickert Date: Thu, 6 May 2010 09:43:57 +0000 (+0000) Subject: Updated parameter in config function X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=105fd5aef8e3f19369140ce2fd092941fa8a2ae6;p=gosa.git Updated parameter in config function git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18175 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/class_config.inc b/gosa-core/include/class_config.inc index 97514654d..0fdb2ee62 100644 --- a/gosa-core/include/class_config.inc +++ b/gosa-core/include/class_config.inc @@ -990,7 +990,7 @@ class config { * * * */ - function boolValueIsTrue($class, $value) + function boolValueIsTrue($class, $name) { return(preg_match("/true/i", $this->get_cfg_value($class,$name))); }