From: Sam Reed Date: Sun, 11 Dec 2011 16:37:20 +0000 (+0000) Subject: Fix double pasting from r105803 X-Git-Tag: 1.31.0-rc.0~26083 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/comptes/ajouter.php?a=commitdiff_plain;h=a9a51eda956a822826e236babcf2cc6261a7d76d;p=lhc%2Fweb%2Fwiklou.git Fix double pasting from r105803 --- diff --git a/includes/specials/SpecialListredirects.php b/includes/specials/SpecialListredirects.php index f90e215f2a..f9cf3e6e50 100644 --- a/includes/specials/SpecialListredirects.php +++ b/includes/specials/SpecialListredirects.php @@ -44,7 +44,6 @@ class ListredirectsPage extends QueryPage { 'fields' => array( 'p1.page_namespace AS namespace', 'p1.page_title AS title', 'p1.page_title AS value', - 'p1.page_title AS value', 'rd_namespace', 'rd_title', 'rd_fragment',