Do not insert page titles into querycache.qc_value
[lhc/web/wiklou.git] / includes / specials / SpecialWithoutInterwiki.php
index 36aea75..3ab0ef9 100644 (file)
@@ -89,7 +89,6 @@ class SpecialWithoutInterwiki extends PageQueryPage {
                        'fields' => [
                                'namespace' => 'page_namespace',
                                'title' => 'page_title',
-                               'value' => 'page_title'
                        ],
                        'conds' => [
                                'll_title IS NULL',