From d79f03abdf41629e0eec9669f84e91e8995db260 Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 5 May 2010 10:03:44 +0000 Subject: [PATCH] Added property class to get_cfg_requests git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18107 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-plugins/ldapmanager/addons/ldapmanager/class_exportxls.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.30.2