From d397461a61463b70c762acde6d578f6e06b2a26e Mon Sep 17 00:00:00 2001 From: Cameron Date: Tue, 12 Apr 2016 08:59:15 -0700 Subject: [PATCH] Forum: Fixes #1525 Class ID of tabs on stats page. --- e107_handlers/form_handler.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/e107_handlers/form_handler.php b/e107_handlers/form_handler.php index c7db8da97..38007de0a 100644 --- a/e107_handlers/form_handler.php +++ b/e107_handlers/form_handler.php @@ -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)