Second fix for a regression due to revisions 3141/3150

SVN:trunk[3152]
This commit is contained in:
Denis Flaven
2014-05-14 13:24:19 +00:00
parent 5ec37c8060
commit f47327fdd4

View File

@@ -299,7 +299,7 @@ EOF
{
if (($this->m_oTabs->GetCurrentTabContainer() != '') && ($this->m_oTabs->GetCurrentTab() != ''))
{
$this->AddToTab($this->m_oTabs->GetCurrentTabContainer(), $this->m_oTabs->GetCurrentTab(), $sHtml);
$this->m_oTabs->AddToTab($this->m_oTabs->GetCurrentTabContainer(), $this->m_oTabs->GetCurrentTab(), $sHtml);
}
else
{