Set context earlier in ImageListPager::__construct
authorumherirrender <umherirrender_de.wp@web.de>
Thu, 19 Mar 2015 16:28:05 +0000 (17:28 +0100)
committerumherirrender <umherirrender_de.wp@web.de>
Sun, 29 Mar 2015 18:45:11 +0000 (20:45 +0200)
commit952b0a338808b12ed7a2351f998f1e0b2c12996e
treed8861bd4e0f10c6f43238c95b28a217a96899bed
parentc8521f08e41d84d1f096008068cfb7bc137c18c2
Set context earlier in ImageListPager::__construct

The parent constructor sets the $context for the Page, but the getConfig
is before the call, which results in a warning for using
RequestContext::getMain(). Just set the context before use.

Change-Id: Icf3faefe8c20c017a479f07594809dfb003db9af
includes/specials/SpecialListfiles.php