summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3464d85)
raw | patch | inline | side by side (parent: 3464d85)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 26 Jun 2006 05:20:44 +0000 (05:20 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 26 Jun 2006 05:20:44 +0000 (05:20 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3883 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/departments/class_departmentGeneric.inc | patch | blob | history |
diff --git a/plugins/admin/departments/class_departmentGeneric.inc b/plugins/admin/departments/class_departmentGeneric.inc
index 17efca80a22263730935585e70e710f3ee97ada6..3df4f4a3ec381ad62ed635619b69b24538e036de 100644 (file)
}
show_ldap_error($ldap->get_error(), _("Saving department failed"));
+ /* Fix tagging if needed */
+ if (!$this->is_administrational_unit){
+ $this->handle_object_tagging();
+ }
+
/* Optionally execute a command after we're done */
$this->postcreate();
return(true);