From: hickert Date: Mon, 19 Apr 2010 06:57:44 +0000 (+0000) Subject: Updated manager selection X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=43e8c3c99ed9c71c9d9ac44fe278cf4f0b9cc3bd;p=gosa.git Updated manager selection git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17684 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/plugins/admin/departments/class_department.inc b/gosa-core/plugins/admin/departments/class_department.inc index 277f6e674..391b59e65 100644 --- a/gosa-core/plugins/admin/departments/class_department.inc +++ b/gosa-core/plugins/admin/departments/class_department.inc @@ -189,7 +189,7 @@ class department extends plugin } if($this->dialog && count($this->dialog->detectPostActions())){ $users = $this->dialog->detectPostActions(); - if(isset($users['targets']) && count($users['targets'])){ + if(isset($users['action']) && $users['action'] =='edit' && isset($users['targets']) && count($users['targets'])){ $headpage = $this->dialog->getHeadpage(); $dn = $users['targets'][0];