aboutsummaryrefslogtreecommitdiffstats
path: root/admin/help.php
diff options
context:
space:
mode:
authormistic100 <mistic@piwigo.org>2012-08-04 09:22:46 +0000
committermistic100 <mistic@piwigo.org>2012-08-04 09:22:46 +0000
commit115cdd70705c475cb241e412428152adba251544 (patch)
tree213b3f9f5185d0d6ffa912eff0a97ec997d854b9 /admin/help.php
parentbd0cc9ca8381814d95c2c99b912fa2817a97c020 (diff)
bug 2717: Warning + no content on help page
git-svn-id: http://piwigo.org/svn/trunk@17381 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/help.php')
-rw-r--r--admin/help.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/admin/help.php b/admin/help.php
index e47740ca9..4687c230b 100644
--- a/admin/help.php
+++ b/admin/help.php
@@ -43,6 +43,7 @@ else
$tabsheet = new tabsheet();
$tabsheet->set_id('help');
+$tabsheet->select($selected);
$tabsheet->assign();
$template->set_filenames(array('help' => 'help.tpl'));