Code

Fixed typo
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 22 Nov 2010 08:22:51 +0000 (08:22 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 22 Nov 2010 08:22:51 +0000 (08:22 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20314 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/include/functions.inc

index 46d19eb5c4e0a21b598f5562f0ad4bd16d9028ff..c6e9f25b0b2f1270eb54678a91aa805b0caa0f8f 100644 (file)
@@ -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 "";