Code

Added attributes for ldapsearch
[gosa.git] / plugins / admin / ogroups / tabs_ogroups.inc
index abccd5e532b8f5bb290cb46f2a9ec21fc2c985c9..138d86e345fee5223f74c9d3c085d3a7c392a859 100644 (file)
@@ -104,6 +104,9 @@ class ogrouptabs extends tabs
 
   function execute(){
     $str = "";
+       /* Call parent execute */
+       plugin::execute();
+
     $this->by_object['ogroup']->AddDelMembership();
     $this->reload($this->by_object['ogroup']->gosaGroupObjects);
     $str .= tabs::execute();
@@ -169,7 +172,7 @@ class ogrouptabs extends tabs
 
   function check()
   {
-    return (tabs::check(TRUE));
+    return (tabs::check(FALSE));
   }