From 928da9fd9689aa8d340c9a69253b8dee07a73f65 Mon Sep 17 00:00:00 2001 From: hickert Date: Thu, 21 Jan 2010 09:43:25 +0000 Subject: [PATCH] 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 --- gosa-core/include/class_management.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.30.2