From d5084a85ebd346a0444f566a2d4bc9702b30ef92 Mon Sep 17 00:00:00 2001 From: hickert Date: Thu, 15 Jan 2009 10:04:16 +0000 Subject: [PATCH] Fixed department management -Fixed department creation, plugin::save seems to be removed, accidentially. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13353 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/plugins/admin/departments/class_departmentGeneric.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/gosa-core/plugins/admin/departments/class_departmentGeneric.inc b/gosa-core/plugins/admin/departments/class_departmentGeneric.inc index 099d1967f..c5f5e0143 100644 --- a/gosa-core/plugins/admin/departments/class_departmentGeneric.inc +++ b/gosa-core/plugins/admin/departments/class_departmentGeneric.inc @@ -390,6 +390,7 @@ class department extends plugin } } $this->skipTagging = TRUE; + plugin::save(); /* Remove tag information if needed */ if (!$this->is_administrational_unit && $this->initially_was_tagged){ -- 2.30.2