Test meme filtering
This commit is contained in:
parent
4556b3c349
commit
3e4a0ce45c
@ -168,6 +168,7 @@ function renderMemeGallery(?int $offset = null, ?int $authorId = null, ?int $mem
|
||||
|
||||
$stmt = $mysqli->prepare($query);
|
||||
$stmt->bind_param($types, ...$params);
|
||||
$stmt->store_result();
|
||||
return executeAndRenderMemes($stmt);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user