From 5ec37c806045e82d0e0143b91538c810713b595a Mon Sep 17 00:00:00 2001 From: Denis Flaven Date: Wed, 14 May 2014 13:16:41 +0000 Subject: [PATCH] Fix for a regression due to revisions 3141/3150 SVN:trunk[3151] --- application/ajaxwebpage.class.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/ajaxwebpage.class.inc.php b/application/ajaxwebpage.class.inc.php index a2f2dece48..555aae3b54 100644 --- a/application/ajaxwebpage.class.inc.php +++ b/application/ajaxwebpage.class.inc.php @@ -299,7 +299,7 @@ EOF { if (($this->m_oTabs->GetCurrentTabContainer() != '') && ($this->m_oTabs->GetCurrentTab() != '')) { - $this->AddToTab($this->m_sCurrentTabContainer, $this->m_sCurrentTab, $sHtml); + $this->AddToTab($this->m_oTabs->GetCurrentTabContainer(), $this->m_oTabs->GetCurrentTab(), $sHtml); } else {