Do not insert page titles into querycache.qc_value
[lhc/web/wiklou.git] / includes / specials / SpecialDoubleRedirects.php
index 77c59f0..8bfc4a9 100644 (file)
@@ -64,7 +64,6 @@ class DoubleRedirectsPage extends QueryPage {
                        'fields' => [
                                'namespace' => 'pa.page_namespace',
                                'title' => 'pa.page_title',
-                               'value' => 'pa.page_title',
 
                                'b_namespace' => 'pb.page_namespace',
                                'b_title' => 'pb.page_title',