From 0aedcc46da8bae713e9493f67f492cba12ac07ca Mon Sep 17 00:00:00 2001 From: hickert Date: Tue, 14 Feb 2006 11:29:29 +0000 Subject: [PATCH] gotoKioskProfile wasn't saved git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2690 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/personal/environment/class_environment.inc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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)){ -- 2.30.2