mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-05-03 12:02:51 +02: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));
|
$fs_quick_check_ids = array_unique(array_merge($issue1827_ids, $random_image_ids));
|
||||||
|
|
||||||
|
if (count($fs_quick_check_ids) < 1)
|
||||||
|
{
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
$query = '
|
$query = '
|
||||||
SELECT
|
SELECT
|
||||||
id,
|
id,
|
||||||
|
|||||||
Reference in New Issue
Block a user