From: hickert Date: Thu, 1 Jul 2010 08:59:17 +0000 (+0000) Subject: Updated user management, skip passsword queue if nothing is to do X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=da830d73a8dea5d2a36223e8e3b7254fbba33794;p=gosa.git Updated user management, skip passsword queue if nothing is to do git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18901 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/plugins/admin/users/class_userManagement.inc b/gosa-core/plugins/admin/users/class_userManagement.inc index d451a9aa3..405e14976 100644 --- a/gosa-core/plugins/admin/users/class_userManagement.inc +++ b/gosa-core/plugins/admin/users/class_userManagement.inc @@ -228,6 +228,9 @@ class userManagement extends management function handlePasswordQueue() { + // skip if nothing is to do + if(empty($this->dn) && !count($this->pwd_change_queue)) return; + $smarty = get_smarty(); // Get next entry from queue.