Substitute other CHAR_LENGTH occurrence.

Addresses #35.
This commit is contained in:
Daniel Kraus
2017-10-17 19:59:45 +02:00
parent 9244518b26
commit 9f1c5a655e

View File

@ -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,
)
),