Change WikiImporter to now requires the second parameter to be an instance of the...
authorMatthew Bowker <matthewrbowker@me.com>
Sun, 13 Aug 2017 22:54:26 +0000 (16:54 -0600)
committerFlorian Schmidt <florian.schmidt.stargatewissen@gmail.com>
Mon, 14 Aug 2017 16:18:53 +0000 (18:18 +0200)
commitaf1434ff2feaf132e96e9a00acf0818944692a61
treeb3fa438e40a8390125bcf021ef92f686fe56e310
parentd6276525455e6a00fffc90229ef81a1fc8feaa25
Change WikiImporter to now requires the second parameter to be an instance of the Config class.

Prior to this change, the second parameter to WikiImporter was optional.  If the parameter didn't exist, it would get filled in with a MediaWikiServices::getInstance()->getMainConfig().  It would also emit a hard deprecation warning. This behavior has existed since 1.25.

Bug: T61113
Change-Id: Ic15cc103c7d2b7fb499f1632c0001b8a3dbdf778
RELEASE-NOTES-1.30
includes/import/WikiImporter.php