1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-20 04:32:01 +02:00

Forum: Fixes #1525 Class ID of tabs on stats page.

This commit is contained in:
Cameron 2016-04-12 08:59:15 -07:00
parent 84d7271d10
commit d397461a61

View File

@ -222,7 +222,7 @@ class e_form
if(is_numeric($key))
{
$key = 'tab-'.$this->name2id($tab['caption']);
$key = 'tab-'.$key;
}
if($c == 0 & $initTab == false)
@ -252,7 +252,7 @@ class e_form
if(is_numeric($key))
{
$key = 'tab-'.$this->name2id($tab['caption']);
$key = 'tab-'.$key;
}
if($c == 0 & $initTab == false)