mirror of
https://github.com/diocloid/LinkTitles.git
synced 2025-07-13 09:49:31 +02:00
Remove remnant error log call.
- Fix: Remove leftover error log call.
This commit is contained in:
@ -124,7 +124,6 @@ class Extension {
|
|||||||
( $wgLinkTitlesPreferShortTitles ) ? $sort_order = 'ASC' : $sort_order = 'DESC';
|
( $wgLinkTitlesPreferShortTitles ) ? $sort_order = 'ASC' : $sort_order = 'DESC';
|
||||||
( $wgLinkTitlesFirstOnly ) ? $limit = 1 : $limit = -1;
|
( $wgLinkTitlesFirstOnly ) ? $limit = 1 : $limit = -1;
|
||||||
$limitReached = false;
|
$limitReached = false;
|
||||||
error_log($wgLinkTitlesFirstOnly);
|
|
||||||
|
|
||||||
self::$currentTitle = $title;
|
self::$currentTitle = $title;
|
||||||
$newText = $text;
|
$newText = $text;
|
||||||
|
Reference in New Issue
Block a user