mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-26 03:09:58 +03:00
fixes #1371 filter related albums with filter "Display only recently posted photos"
This commit is contained in:
parent
017c75c7ef
commit
0584425320
1 changed files with 1 additions and 0 deletions
|
@ -683,6 +683,7 @@ SELECT
|
|||
$query.= get_sql_condition_FandF(
|
||||
array(
|
||||
'forbidden_categories' => 'category_id',
|
||||
'visible_categories' => 'category_id',
|
||||
),
|
||||
"\n AND"
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue