SpecialImport: Don't access $this->getConfig() in the constructor
authorKunal Mehta <legoktm@gmail.com>
Mon, 15 Dec 2014 17:38:11 +0000 (09:38 -0800)
committerUmherirrender <umherirrender_de.wp@web.de>
Fri, 19 Dec 2014 17:27:35 +0000 (17:27 +0000)
commitb7796a0debb13340b603c207a4ffc41ec6cd9d3e
tree385fe277b7aade53a5a474c9e19c30f0b29eb885
parentf741da395d6f74509ce51f962a68dfaa76fdcbc8
SpecialImport: Don't access $this->getConfig() in the constructor

The context is only set later on, so call it in the main
execute() function.

Bug: T73376
Change-Id: I34229877df6a8960756565f7df1d680aa8951cba
includes/specials/SpecialImport.php