From: hickert Date: Tue, 11 Jul 2006 04:44:56 +0000 (+0000) Subject: Only handle posts/gets if there is no dialog open X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=84d5104176dfc3b29ede13f842ddfeafa0d49a81;p=gosa.git Only handle posts/gets if there is no dialog open git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4084 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/admin/users/class_userManagement.inc b/plugins/admin/users/class_userManagement.inc index c59bfc1fa..fada1c853 100644 --- a/plugins/admin/users/class_userManagement.inc +++ b/plugins/admin/users/class_userManagement.inc @@ -821,7 +821,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