浏览代码

Second fix for a regression due to revisions 3141/3150

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@3152 a333f486-631f-4898-b8df-5754b55c2be0
dflaven 11 年之前
父节点
当前提交
95d4bbaeb7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      application/ajaxwebpage.class.inc.php

+ 1 - 1
application/ajaxwebpage.class.inc.php

@@ -299,7 +299,7 @@ EOF
     {
     {
         if (($this->m_oTabs->GetCurrentTabContainer() != '') && ($this->m_oTabs->GetCurrentTab() != ''))
         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
         else
         {
         {