From 2cef8611672c4a93ad6f32b4bb11492af42f7e67 Mon Sep 17 00:00:00 2001 From: plegall Date: Sat, 1 Jan 2011 14:50:30 +0000 Subject: bug fixed: caddie and recent pictures in the admin menu now goes to the new Batch Manager git-svn-id: http://piwigo.org/svn/trunk@8423 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/batch_manager.php | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'admin') diff --git a/admin/batch_manager.php b/admin/batch_manager.php index 2288acfb2..73eedb424 100644 --- a/admin/batch_manager.php +++ b/admin/batch_manager.php @@ -90,6 +90,13 @@ if (isset($_GET['cat'])) ); } + if ('recent' == $_GET['cat']) + { + $_SESSION['bulk_manager_filter'] = array( + 'prefilter' => 'last import' + ); + } + if (is_numeric($_GET['cat'])) { $_SESSION['bulk_manager_filter'] = array( -- cgit v1.2.3