From 43e8c3c99ed9c71c9d9ac44fe278cf4f0b9cc3bd Mon Sep 17 00:00:00 2001 From: hickert Date: Mon, 19 Apr 2010 06:57:44 +0000 Subject: [PATCH] Updated manager selection git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17684 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/plugins/admin/departments/class_department.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]; -- 2.30.2