Slight adjustment to filter criteria [skip ci]

This commit is contained in:
Akkadius 2020-05-24 03:08:52 -05:00
parent d98e69ae5d
commit 12d10bbc50

View File

@ -63,7 +63,7 @@ namespace ContentFilterCriteria {
implode("|", flags) implode("|", flags)
); );
flags_in_filter_disabled = fmt::format( flags_in_filter_disabled = fmt::format(
" OR CONCAT(',', {}content_flags, ',') NOT REGEXP ',({}),' ", " OR CONCAT(',', {}content_flags_disabled, ',') NOT REGEXP ',({}),' ",
table_prefix, table_prefix,
implode("|", flags) implode("|", flags)
); );