From: Chad Horohoe Date: Sat, 4 Jul 2009 15:23:32 +0000 (+0000) Subject: (bug 17711) say each member of $wgSpamRegex still needs to be wrapped in slash marks X-Git-Tag: 1.31.0-rc.0~41110 X-Git-Url: http://git.cyclocoop.org/data/%24self?a=commitdiff_plain;h=a0da6ceeb6e4b11b67001d2631ebbfbac8b0d93f;p=lhc%2Fweb%2Fwiklou.git (bug 17711) say each member of $wgSpamRegex still needs to be wrapped in slash marks --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 1214435ac1..123e015653 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -2380,6 +2380,7 @@ $wgExportFromNamespaces = false; * May be an array of regexes or a single string for backwards compatibility. * * See http://en.wikipedia.org/wiki/Regular_expression + * Note that each regex needs a beginning/end delimiter, eg: # or / */ $wgSpamRegex = array();