aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormistic100 <mistic@piwigo.org>2012-08-04 09:24:15 +0000
committermistic100 <mistic@piwigo.org>2012-08-04 09:24:15 +0000
commit2f21acc89cc0cd9a0819920a29396b9a60cd978f (patch)
tree8553fd98b1a9488016a4cfd15b7956507332b690
parent2aa150998e2230b6167b9410019dbf9e9ffdd4ba (diff)
Merged revision(s) r17381 from trunk:
bug 2717: Warning + no content on help page git-svn-id: http://piwigo.org/svn/branches/2.4@17382 68402e56-0260-453c-a942-63ccdbb3a9ee
-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'));