Code

Fixed call of plufin methods while in tabs
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 30 Jun 2006 07:00:16 +0000 (07:00 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 30 Jun 2006 07:00:16 +0000 (07:00 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4010 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/ogroups/tabs_ogroups.inc

index d39e9d3bae2d35766f5832522dc6d191f6e4efad..f67823d0d711b9100c090420c9d008f56821d9bc 100644 (file)
@@ -121,8 +121,6 @@ class ogrouptabs extends tabs
 
   function execute(){
     $str = "";
-       /* Call parent execute */
-       plugin::execute();
 
     $this->by_object['ogroup']->AddDelMembership();
     $this->reload($this->by_object['ogroup']->gosaGroupObjects);