From: hickert Date: Tue, 11 Jul 2006 04:55:12 +0000 (+0000) Subject: Only handle posts/gets if there is no dialog open X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=969ec6c7c974a8471b968d3b3deb46ed5bef22e0;p=gosa.git Only handle posts/gets if there is no dialog open git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@4085 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/admin/users/class_userManagement.inc b/plugins/admin/users/class_userManagement.inc index c03c08937..857289438 100644 --- a/plugins/admin/users/class_userManagement.inc +++ b/plugins/admin/users/class_userManagement.inc @@ -799,7 +799,9 @@ class userManagement extends plugin function save_object() { /* Handle divlist filter && department selection*/ - $this->DivListUsers->save_object(); + if(!is_object($this->usertab)){ + $this->DivListUsers->save_object(); + } } /* A set of disabled and therefore overloaded functions. They are