Fix wrong table name

This commit is contained in:
Joshua Ramon Enslin 2021-05-27 00:34:56 +02:00
parent bc3f2a94d6
commit a50610b640
Signed by: jrenslin
GPG Key ID: 46016F84501B70AE

View File

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