From: hickert Date: Mon, 25 Feb 2008 07:48:08 +0000 (+0000) Subject: Updated department generic. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=47a9c6e5367eab0ac59657ead5627586e6618a5b;p=gosa.git Updated department generic. -Write UnitTag. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9090 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/plugins/admin/departments/class_departmentGeneric.inc b/gosa-core/plugins/admin/departments/class_departmentGeneric.inc index a6e443d08..a59500df8 100644 --- a/gosa-core/plugins/admin/departments/class_departmentGeneric.inc +++ b/gosa-core/plugins/admin/departments/class_departmentGeneric.inc @@ -317,6 +317,8 @@ class department extends plugin } plugin::save(); + $this->attrs['gosaUnitTag'] = $this->gosaUnitTag; + /* Remove tag information if needed */ if (!$this->is_administrational_unit){ $tmp= array();