mirror of
https://github.com/YGGverse/YGGo.git
synced 2025-02-03 10:25:52 +00:00
fix attributes passing
This commit is contained in:
parent
32d0f390d3
commit
6371def666
@ -267,7 +267,7 @@ try {
|
||||
|
||||
$db->updateHostImageHttpCode($queueHostImage->hostImageId, $curl->getCode(), time());
|
||||
|
||||
$hostImagesBanned += $db->updateHostImageTimeBanned($queueHostImage->hostImageId, $curl->getCode(), time());
|
||||
$hostImagesBanned += $db->updateHostImageTimeBanned($queueHostImage->hostImageId, time());
|
||||
|
||||
continue;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user