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
This commit is contained in:
plegall
2011-01-01 14:50:30 +00:00
parent 4b771b5ab6
commit 2cef861167
2 changed files with 9 additions and 2 deletions
+7
View File
@@ -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(