Merge "Resolve bug #18704 ("Add an unique CSS class or ID to the tagfilter table...
[lhc/web/wiklou.git] / includes / specials / SpecialListredirects.php
index 1a25d6c..f9cf3e6 100644 (file)
@@ -43,6 +43,7 @@ class ListredirectsPage extends QueryPage {
                        'tables' => array( 'p1' => 'page', 'redirect', 'p2' => 'page' ),
                        'fields' => array( 'p1.page_namespace AS namespace',
                                        'p1.page_title AS title',
+                                       'p1.page_title AS value',
                                        'rd_namespace',
                                        'rd_title',
                                        'rd_fragment',