From: hickert Date: Thu, 21 Jan 2010 09:43:25 +0000 (+0000) Subject: skip save_object for tabs. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=928da9fd9689aa8d340c9a69253b8dee07a73f65;p=gosa.git skip save_object for tabs. -Execute calls save_object already git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15218 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/class_management.inc b/gosa-core/include/class_management.inc index 98f02cee2..caeb8f97e 100644 --- a/gosa-core/include/class_management.inc +++ b/gosa-core/include/class_management.inc @@ -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);