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