format
This commit is contained in:
@@ -76,7 +76,7 @@ class Image
|
||||
public static function by_id(int $id): ?Image
|
||||
{
|
||||
global $database;
|
||||
if($id > 2**32) {
|
||||
if ($id > 2**32) {
|
||||
// for some reason bots query huge numbers and pollute the DB error logs...
|
||||
return null;
|
||||
}
|
||||
|
Reference in New Issue
Block a user