ContribsPager: Use one TemplateParser instance
authorKunal Mehta <legoktm@member.fsf.org>
Tue, 16 May 2017 22:49:03 +0000 (15:49 -0700)
committerKunal Mehta <legoktm@member.fsf.org>
Tue, 16 May 2017 22:49:51 +0000 (15:49 -0700)
commitdf487b2553d3b17566e9a169bcc889de84c99ea4
treed876b76dbabf1e329049b6090c762fe4247aae76
parent52a63f01b5a6d133e6f153ca12bda00058270aae
ContribsPager: Use one TemplateParser instance

TemplateParser has an instance cache to avoid reading from APC
repeatedly for the same template, but that only works if the code uses
the same TemplateParser object.

Change-Id: I59e37306c5a3216cf8ed3bfef9c80d50934a9146
includes/specials/pagers/ContribsPager.php