Fix wrong table name

This commit is contained in:
2021-05-27 00:34:56 +02:00
parent bc3f2a94d6
commit a50610b640

View File

@ -255,7 +255,7 @@ final class NodaIDGetter {
$tagByBaseNameResult = $mysqli_noda->query_by_stmt("
SELECT `tag_id`
FROM `tag_name`
FROM `tag`
WHERE `tag_name` = ?
LIMIT 2", "s", $name);