summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 4a190f9)
raw | patch | inline | side by side (parent: 4a190f9)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 21 Jan 2010 09:43:25 +0000 (09:43 +0000) | ||
committer | hickert <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
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15218 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/include/class_management.inc | patch | blob | history |
index 98f02cee2fa00e1f020fc4958dc88d4833b15697..caeb8f97e8f2b0b30c8fdabb253688a36d27928e 100644 (file)
// 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);