mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
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:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user