Do not insert page titles into querycache.qc_value
[lhc/web/wiklou.git] / includes / specials / SpecialWithoutinterwiki.php
index a1e5156..45dd5f5 100644 (file)
@@ -87,7 +87,6 @@ class WithoutInterwikiPage extends PageQueryPage {
                        'fields' => [
                                'namespace' => 'page_namespace',
                                'title' => 'page_title',
-                               'value' => 'page_title'
                        ],
                        'conds' => [
                                'll_title IS NULL',