This commit is contained in:
Janek Bevendorff 2012-08-12 20:43:47 +02:00 committed by Janek Bevendorff
parent 80131f3969
commit 165a61b6ec

View file

@ -721,7 +721,7 @@ class serendipity_event_spamblock_bee extends serendipity_event
}
// If for some reason RegExp matching is on, but no pattern is present,
// turn of RegExp matching
// turn off RegExp matching
if ($this->useRegularExpressions && !isset($this->captchaAnswer['pattern'])) {
$this->useRegularExpressions = false;
}