Code

* Added basic support for tagging new objects
[gosa.git] / plugins / admin / groups / tabs_group.inc
index d970ec9ce0b5295909645287e950a8ede665978b..e454339422e9676c75696e1b83f6822e8f397a47 100644 (file)
@@ -65,7 +65,12 @@ class grouptabs extends tabs
                        $this->dn= $new_dn;
                }
 
-               return tabs::save();
+               $ret= tabs::save();
+
+               /* Fix tagging if needed */
+               $baseobject->handle_object_tagging();
+
+               return $ret;
        }
 
        function saveCopyDialog()