SpecialDoubleRedirects: Remove redirect=no for action=edit
authorFomafix <fomafix@googlemail.com>
Tue, 30 Jun 2015 07:39:25 +0000 (07:39 +0000)
committer[[mw:User:Fomafix]] <gerritpatchuploader@gmail.com>
Tue, 30 Jun 2015 07:39:25 +0000 (07:39 +0000)
action=edit does not resolve redirects. The URL parameter redirect=no is not necessary.

Change-Id: I5a287f3dcb0ee03f51bb8924a68b0d9698dcfe79

includes/specials/SpecialDoubleRedirects.php

index c364f70..47b426d 100644 (file)
@@ -156,7 +156,6 @@ class DoubleRedirectsPage extends QueryPage {
                        $this->msg( 'parentheses', $this->msg( 'editlink' )->text() )->escaped(),
                        array(),
                        array(
-                               'redirect' => 'no',
                                'action' => 'edit'
                        )
                );