Code

Updated parameter in config function
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 6 May 2010 09:43:57 +0000 (09:43 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 6 May 2010 09:43:57 +0000 (09:43 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18175 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/include/class_config.inc

index 97514654d372a546a852dd4081edcecca917bf76..0fdb2ee62b78c147316b9e20a5aa1b513ef95895 100644 (file)
@@ -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)));
   }