summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: da41091)
raw | patch | inline | side by side (parent: da41091)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 22 Nov 2010 08:22:51 +0000 (08:22 +0000) | ||
committer | hickert <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 | patch | blob | history |
index 46d19eb5c4e0a21b598f5562f0ad4bd16d9028ff..c6e9f25b0b2f1270eb54678a91aa805b0caa0f8f 100644 (file)
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 "";