Fix wrong table name
This commit is contained in:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user