Remove remnant error log call.

- Fix: Remove leftover error log call.
This commit is contained in:
Daniel Kraus
2016-12-14 21:16:39 +01:00
parent 15d6be2c66
commit 979b423e0a

View File

@ -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;