mirror of
https://github.com/YGGverse/YGGo.git
synced 2025-09-03 01:32:07 +00:00
fix variable name
This commit is contained in:
parent
fdd18de373
commit
1aba060d34
@ -289,7 +289,7 @@ try {
|
|||||||
$hostImageData = null;
|
$hostImageData = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
$hostImagesIndexed += $db->updateHostImage($hostImage->hostImageId,
|
$hostImagesIndexed += $db->updateHostImage($queueHostImage->hostImageId,
|
||||||
Filter::mime($hostImageContentType),
|
Filter::mime($hostImageContentType),
|
||||||
$hostImageData,
|
$hostImageData,
|
||||||
time());
|
time());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user