Remove unused fields in SpecialUnusedimages query

None of img_user, img_user_text, or img_description are used
by UnusedimagesPage nor ImageQueryPage.

Change-Id: Id0fdac9ac37eef097e8ca9f7bf3d66ef10bb83c2
This commit is contained in:
Timo Tijhof 2017-01-19 02:48:38 +00:00
parent 3f69747833
commit b2667fac91

View file

@ -50,8 +50,6 @@ class UnusedimagesPage extends ImageQueryPage {
'namespace' => NS_FILE,
'title' => 'img_name',
'value' => 'img_timestamp',
'img_user', 'img_user_text',
'img_description'
],
'conds' => [ 'il_to IS NULL' ],
'join_conds' => [ 'imagelinks' => [ 'LEFT JOIN', 'il_to = img_name' ] ]