diff --git a/inc/Data/UserPostQueries.php b/inc/Data/UserPostQueries.php index 0b51330a..52671dc5 100644 --- a/inc/Data/UserPostQueries.php +++ b/inc/Data/UserPostQueries.php @@ -220,7 +220,7 @@ class UserPostQueries { for ($i = 0; $i < \count($flags); $i++) { // Yes, vichan stores the flag inside the generated HTML. Now you know why it's slow as shit. // English lacks the words to express my feelings about it in a satisfying manner. - $flag_acc[] = "CONCAT('%', :flag$i, '%')"; + $flag_acc[] = "CONCAT('%', :flag$i, '%')"; } $where_acc[] = 'body_nomarkup LIKE (' . \implode(' OR ', $flag_acc) . ')'; }