mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
issue #1827 bug fixe, do not try to check when sample is empty
This commit is contained in:
@@ -3504,6 +3504,11 @@ SELECT
|
||||
|
||||
$fs_quick_check_ids = array_unique(array_merge($issue1827_ids, $random_image_ids));
|
||||
|
||||
if (count($fs_quick_check_ids) < 1)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
$query = '
|
||||
SELECT
|
||||
id,
|
||||
|
||||
Reference in New Issue
Block a user