1
1
Fork 0
mirror of https://github.com/openvk/openvk synced 2025-04-19 06:33:01 +03:00

Fix logic error in антимат

This commit is contained in:
Celestora 2021-12-14 13:55:11 +02:00
parent eafbb9b449
commit e6493d4f5c

View file

@ -71,7 +71,7 @@ trait TRichText
}
if(OPENVK_ROOT_CONF["openvk"]["preferences"]["wall"]["christian"])
$text = ObsceneCensorRus::filterText($text);
ObsceneCensorRus::filterText($text);
return $text;
}