mirror of
https://github.com/openvk/openvk
synced 2024-11-13 10:39:24 +03:00
Fix logic error in антимат
This commit is contained in:
parent
eafbb9b449
commit
e6493d4f5c
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ trait TRichText
|
|||
}
|
||||
|
||||
if(OPENVK_ROOT_CONF["openvk"]["preferences"]["wall"]["christian"])
|
||||
$text = ObsceneCensorRus::filterText($text);
|
||||
ObsceneCensorRus::filterText($text);
|
||||
|
||||
return $text;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue