mirror of
https://github.com/diocloid/LinkTitles.git
synced 2025-07-13 01:39:30 +02:00
@ -141,7 +141,7 @@ class Targets {
|
|||||||
array_filter(
|
array_filter(
|
||||||
array(
|
array(
|
||||||
'page_namespace IN ' . $namespacesClause,
|
'page_namespace IN ' . $namespacesClause,
|
||||||
'CHAR_LENGTH(page_title) >= ' . $this->config->minimumTitleLength,
|
$this->charLength() . '(page_title) >= ' . $this->config->minimumTitleLength,
|
||||||
$blackList,
|
$blackList,
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
|
Reference in New Issue
Block a user