fix regex configuration

This commit is contained in:
Jörg Thalheim 2024-06-11 08:28:10 +02:00
parent 222545802c
commit 0056b5bbe8

View File

@ -158,7 +158,7 @@ in
$wgEnotifUserTalk = true;
# Block spam by regex
$wgSpamRegex = "seo (software|tools)|pornstars";
$wgSpamRegex = ["seo (software|tools)|pornstars"];
'';
};