2756: Batch Manager is unusable in some cases, due to tags management
git-svn-id: http://piwigo.org/svn/trunk@18332 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
dda33d47b7
commit
394f4d0310
1 changed files with 1 additions and 1 deletions
|
|
@ -128,7 +128,7 @@ if (isset($_GET['cat']))
|
|||
);
|
||||
}
|
||||
|
||||
if (substr_compare($_GET['cat'],'tag-',0,4)==0)
|
||||
if (strpos($_GET['cat'],'tag-')===0)
|
||||
{
|
||||
$_SESSION['bulk_manager_filter']=array();
|
||||
$_SESSION['bulk_manager_filter']['tags'] = array(intval(substr($_GET['cat'],4)));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue