fix variable name

This commit is contained in:
ghost 2023-05-08 07:23:50 +03:00
parent fdd18de373
commit 1aba060d34

View File

@ -289,7 +289,7 @@ try {
$hostImageData = null;
}
$hostImagesIndexed += $db->updateHostImage($hostImage->hostImageId,
$hostImagesIndexed += $db->updateHostImage($queueHostImage->hostImageId,
Filter::mime($hostImageContentType),
$hostImageData,
time());