dev-cookie-to-id #37

Merged
lopar merged 11 commits from dev-cookie-to-id into dev 2023-01-12 03:41:15 +00:00
Showing only changes of commit 557921edfa - Show all commits

View File

@ -9097,7 +9097,7 @@ LIMIT 1'
}
}
public function snatItem(int $id, int $uid = 0): int
public function snatItem(?int $id, int $uid = 0): int
{
if (empty($id)) {
return 0;