X-Git-Url: http://git.cyclocoop.org/%27.%28%24current%20%3E%202?a=blobdiff_plain;f=includes%2Fspecials%2Fpagers%2FImageListPager.php;h=a10c32f98b9ff85d873372eb8c52252c9a3cf967;hb=2b5cd3242845e7c61fd0310e17d2e67d82a1cb7e;hp=ab38e1a7f3e14e8e0fd32af0ec7a3b80b0299202;hpb=8c9de54eef541b4e5997f0d40f1619ae84b0b3a4;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/specials/pagers/ImageListPager.php b/includes/specials/pagers/ImageListPager.php index ab38e1a7f3..a10c32f98b 100644 --- a/includes/specials/pagers/ImageListPager.php +++ b/includes/specials/pagers/ImageListPager.php @@ -422,7 +422,7 @@ class ImageListPager extends TablePager { } } - function doBatchLookups() { + protected function doBatchLookups() { $userIds = []; $this->mResult->seek( 0 ); foreach ( $this->mResult as $row ) {