Simplify NewFilesPager::getQueryInfo
authorUmherirrender <umherirrender_de.wp@web.de>
Mon, 19 Aug 2019 19:57:32 +0000 (21:57 +0200)
committerUmherirrender <umherirrender_de.wp@web.de>
Sat, 21 Sep 2019 11:01:37 +0000 (11:01 +0000)
commitb7e741b709ea1a840cba6d4b2bcafa8c4315790f
tree01f684efae06df72cbf1333cb4a4f00f3a86f06c
parentbd980451109fb588c30aa5059ddada5ea4f6492e
Simplify NewFilesPager::getQueryInfo

The query here is not used for the images to display, so the query must
not include all columns from the images table, because that is not used

The gallery itself will load the necessary information for the display
in separate queries

Bug: T227608
Change-Id: I70b0d1bcdc155c38d69b5dd52bf4e3898920ab76
includes/specials/pagers/NewFilesPager.php