diff options
Diffstat (limited to 'admin/help.php')
-rw-r--r-- | admin/help.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/admin/help.php b/admin/help.php index 22e223971..ec4a1fc45 100644 --- a/admin/help.php +++ b/admin/help.php @@ -65,6 +65,7 @@ else } $tabsheet = new tabsheet(); +$tabsheet->set_id('help'); foreach ($tabs as $tab) { if ($tab['code'] == $section) |