diff --git a/includes/Targets.php b/includes/Targets.php index e88d042..bcb4d43 100644 --- a/includes/Targets.php +++ b/includes/Targets.php @@ -141,7 +141,7 @@ class Targets { array_filter( array( 'page_namespace IN ' . $namespacesClause, - 'CHAR_LENGTH(page_title) >= ' . $this->config->minimumTitleLength, + $this->charLength() . '(page_title) >= ' . $this->config->minimumTitleLength, $blackList, ) ),