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:
parent
84d7271d10
commit
d397461a61
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user