Add ar_ prefix back to usertext_timestamp USE INDEX
[lhc/web/wiklou.git] / includes / specials / pagers / DeletedContribsPager.php
index a1f6b84..78e1092 100644 (file)
@@ -129,7 +129,7 @@ class DeletedContribsPager extends IndexPager {
                $condition = [];
 
                $condition['ar_user_text'] = $this->target;
-               $index = 'usertext_timestamp';
+               $index = 'ar_usertext_timestamp';
 
                return [ $index, $condition ];
        }