From 1ea7ae6b7c9be1e9b598cb5a16e4082153ef4ed7 Mon Sep 17 00:00:00 2001 From: hickert Date: Mon, 22 Nov 2010 08:22:51 +0000 Subject: [PATCH] Fixed typo git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20314 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/include/functions.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ""; -- 2.30.2