Code

skip save_object for tabs.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 21 Jan 2010 09:43:25 +0000 (09:43 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 21 Jan 2010 09:43:25 +0000 (09:43 +0000)
-Execute calls save_object already

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15218 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/include/class_management.inc

index 98f02cee2fa00e1f020fc4958dc88d4833b15697..caeb8f97e8f2b0b30c8fdabb253688a36d27928e 100644 (file)
@@ -161,7 +161,7 @@ class management
 
     // Display tab object.
     if($this->tabObject instanceOf tabs || $this->tabObject instanceOf multi_plug){
-      $this->tabObject->save_object();
+#      $this->tabObject->save_object();
       $display = $this->tabObject->execute();
       $display.= $this->_getTabFooter();
       return($this->getHeader().$display);