diff options
author | mistic100 <mistic@piwigo.org> | 2012-08-04 09:24:15 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2012-08-04 09:24:15 +0000 |
commit | 2f21acc89cc0cd9a0819920a29396b9a60cd978f (patch) | |
tree | 8553fd98b1a9488016a4cfd15b7956507332b690 | |
parent | 2aa150998e2230b6167b9410019dbf9e9ffdd4ba (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.php | 1 |
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')); |