From: hickert Date: Wed, 5 May 2010 10:03:44 +0000 (+0000) Subject: Added property class to get_cfg_requests X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=d79f03abdf41629e0eec9669f84e91e8995db260;p=gosa.git Added property class to get_cfg_requests git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18107 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/ldapmanager/addons/ldapmanager/class_exportxls.inc b/gosa-plugins/ldapmanager/addons/ldapmanager/class_exportxls.inc index 7079845e1..90e835c92 100644 --- a/gosa-plugins/ldapmanager/addons/ldapmanager/class_exportxls.inc +++ b/gosa-plugins/ldapmanager/addons/ldapmanager/class_exportxls.inc @@ -83,7 +83,7 @@ class xlsexport extends plugin // Get the LDAP link, to generate the Export $ldap = $this->config->get_ldap_link(); - $smarty->assign ("govmode", $this->config->get_cfg_value("honourIvbbAttributes")); + $smarty->assign ("govmode", $this->config->get_cfg_value("core","honourIvbbAttributes")); $smarty->assign("LDIFError",FALSE); if(isset($dn))