From: hickert Date: Mon, 22 Nov 2010 08:22:51 +0000 (+0000) Subject: Fixed typo X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=1ea7ae6b7c9be1e9b598cb5a16e4082153ef4ed7;p=gosa.git Fixed typo git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20314 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/functions.inc b/gosa-core/include/functions.inc index 46d19eb5c..c6e9f25b0 100644 --- a/gosa-core/include/functions.inc +++ b/gosa-core/include/functions.inc @@ -1440,7 +1440,7 @@ function get_ou($class,$name) global $config; if(!$config->configRegistry->propertyExists($class,$name)){ - if($this->config->boolValueIsTrue("core","developmentMode")){ + if($config->boolValueIsTrue("core","developmentMode")){ trigger_error("No department mapping found for type ".$name); } return "";