From 086ae52d12011746a75f5588e877347bc0457352 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Fri, 21 Mar 2008 11:49:34 +0100 Subject: Update auf MediaWiki 1.12.0 --- includes/SpecialBrokenRedirects.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/SpecialBrokenRedirects.php') diff --git a/includes/SpecialBrokenRedirects.php b/includes/SpecialBrokenRedirects.php index 1fb48350..f6887741 100644 --- a/includes/SpecialBrokenRedirects.php +++ b/includes/SpecialBrokenRedirects.php @@ -51,7 +51,7 @@ class BrokenRedirectsPage extends PageQueryPage { if ( isset( $result->rd_title ) ) { $toObj = Title::makeTitle( $result->rd_namespace, $result->rd_title ); } else { - $blinks = $fromObj->getBrokenLinksFrom(); + $blinks = $fromObj->getBrokenLinksFrom(); # TODO: check for redirect, not for links if ( $blinks ) { $toObj = $blinks[0]; } else { -- cgit v1.2.2