From: cajus Date: Fri, 25 Jul 2008 13:48:15 +0000 (+0000) Subject: Fixed typo X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=84d529325037a1643bca4f09a65c808e40a8eb4b;p=gosa.git Fixed typo git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12063 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/ldapmanager/addons/ldapmanager/class_export.inc b/gosa-plugins/ldapmanager/addons/ldapmanager/class_export.inc index 9e774c4bd..da643f773 100644 --- a/gosa-plugins/ldapmanager/addons/ldapmanager/class_export.inc +++ b/gosa-plugins/ldapmanager/addons/ldapmanager/class_export.inc @@ -69,9 +69,10 @@ class ldifexport extends plugin // Get the LDAP link, to generate the Export $ldap = $this->config->get_ldap_link(); - if ($this->config->get_cfg_['GOVERNMENTMODE'] == 'true'){ - $smarty->assign ("govmode", $this->config->get_cfg_value("governmentmode")); - $smarty->assign("LDIFError",FALSE); + if ($this->config->get_cfg_value('governmentmode') == 'true'){ + $smarty->assign ("govmode", $this->config->get_cfg_value("governmentmode")); + $smarty->assign("LDIFError",FALSE); + } if(isset($dn)) {