fix timeOffline data type

This commit is contained in:
ghost 2023-08-28 15:57:03 +03:00
parent e36830442c
commit c2e5e10d85

View File

@ -686,7 +686,7 @@ class Database {
return $query->rowCount(); return $query->rowCount();
} }
public function updateMagnetToAddressTrackerTimeOffline(int $magnetToAddressTrackerId, int $timeOffline) : int { public function updateMagnetToAddressTrackerTimeOffline(int $magnetToAddressTrackerId, mixed $timeOffline) : int {
$this->_debug->query->update->total++; $this->_debug->query->update->total++;