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.php10
1 files changed, 9 insertions, 1 deletions
diff --git a/admin/photos_add.php b/admin/photos_add.php
index fbc7deeab..72bf99158 100644
--- a/admin/photos_add.php
+++ b/admin/photos_add.php
@@ -2,7 +2,9 @@
// +-----------------------------------------------------------------------+
// | Piwigo - a PHP based photo gallery |
// +-----------------------------------------------------------------------+
-// | Copyright(C) 2010 Pierrick LE GALL http://piwigo.org |
+// | Copyright(C) 2008-2014 Piwigo Team http://piwigo.org |
+// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
+// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
// +-----------------------------------------------------------------------+
// | This program is free software; you can redistribute it and/or modify |
// | it under the terms of the GNU General Public License as published by |
@@ -52,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
{