From: hickert Date: Tue, 14 Feb 2006 11:29:29 +0000 (+0000) Subject: gotoKioskProfile wasn't saved X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=0aedcc46da8bae713e9493f67f492cba12ac07ca;p=gosa.git gotoKioskProfile wasn't saved git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2690 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/personal/environment/class_environment.inc b/plugins/personal/environment/class_environment.inc index bea0e0e45..adfd3495e 100644 --- a/plugins/personal/environment/class_environment.inc +++ b/plugins/personal/environment/class_environment.inc @@ -877,7 +877,6 @@ $ldap->modify ($this->attrs); /* Save changes */ $ldap->cd($attr['dn']); unset($attr['dn']); - $this->cleanup(); $ldap->modify ($attr); if($ldap->get_error()!="Success"){ @@ -949,7 +948,6 @@ $ldap->modify ($attr); $ldap->cd($attrs['dn']); unset($attrs['dn']); - $this->cleanup(); $ldap->modify ($attrs); if($ldap->get_error()!="Success"){ @@ -980,7 +978,7 @@ $ldap->modify ($attrs); } - $saveThis = array("gotoProfileQuota","gotoXResolution","gotoProfileServer"); + $saveThis = array("gotoProfileQuota","gotoXResolution","gotoProfileServer","gotoKioskProfile"); foreach($saveThis as $tosave){ if(!empty($this->$tosave)){