X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Fspecials%2FSpecialBrokenRedirects.php;h=9382b5f61708c6560adeebfcf47cf46fef1f347c;hp=392b4e970d0f662dc2eda239231d978d433bda65;hb=9c7f6734c397a954b8eaa5ec73876f2b4bf92afb;hpb=c96b8354fc62a6ce0696f94a43f3419848dbba8d diff --git a/includes/specials/SpecialBrokenRedirects.php b/includes/specials/SpecialBrokenRedirects.php index 392b4e970d..9382b5f617 100644 --- a/includes/specials/SpecialBrokenRedirects.php +++ b/includes/specials/SpecialBrokenRedirects.php @@ -64,7 +64,6 @@ class SpecialBrokenRedirects extends QueryPage { 'fields' => [ 'namespace' => 'p1.page_namespace', 'title' => 'p1.page_title', - 'value' => 'p1.page_title', 'rd_namespace', 'rd_title', 'rd_fragment',