backward compatibility for help pages linked on ploader page

git-svn-id: http://piwigo.org/svn/trunk@26824 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
plegall
2014-01-17 08:39:39 +00:00
parent a8d8e98cae
commit 787089742d
+6
View File
@@ -54,6 +54,12 @@ $upload_form_config = get_upload_form_config();
if (isset($_GET['section']))
{
$page['tab'] = $_GET['section'];
// backward compatibility
if ('ploader' == $page['tab'])
{
$page['tab'] = 'applications';
}
}
else
{