mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-01 20:04:51 +02:00
fixes #1371 filter related albums with filter "Display only recently posted photos"
This commit is contained in:
@@ -683,6 +683,7 @@ SELECT
|
||||
$query.= get_sql_condition_FandF(
|
||||
array(
|
||||
'forbidden_categories' => 'category_id',
|
||||
'visible_categories' => 'category_id',
|
||||
),
|
||||
"\n AND"
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user