Code

Fixed call of plufin methods while in tabs
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 30 Jun 2006 06:50:29 +0000 (06:50 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 30 Jun 2006 06:50:29 +0000 (06:50 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@4008 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/ogroups/tabs_ogroups.inc

index d39e9d3bae2d35766f5832522dc6d191f6e4efad..5364185c103d5721f84fbe6f5fef697ca0bfc9dd 100644 (file)
@@ -121,9 +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);
     $str .= tabs::execute();