aboutsummaryrefslogtreecommitdiffstats
path: root/admin/photos_add.php
diff options
context:
space:
mode:
Diffstat (limited to 'admin/photos_add.php')
-rw-r--r--admin/photos_add.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/admin/photos_add.php b/admin/photos_add.php
index 4623abcbd..72bf99158 100644
--- a/admin/photos_add.php
+++ b/admin/photos_add.php
@@ -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
{