installer: Replace the use of global $wgParser with services
authorDerick Alangi <alangiderick@gmail.com>
Sun, 3 Mar 2019 12:23:47 +0000 (13:23 +0100)
committerDerick Alangi <alangiderick@gmail.com>
Sun, 3 Mar 2019 14:05:16 +0000 (15:05 +0100)
commit3d662e93a2787cc58ed46418d2e911fd3df15f92
tree8892695486296abdf0701807087e202f077ce14a
parentcdbf91c89fa9038dc63179fa93548d26c4186048
installer: Replace the use of global $wgParser with services

global $wgParser was deprecated in 1.32 and services are used
instead to get the parser object via MediaWikiServices. Making
this replacement as we're avoiding globals.

Change-Id: I967a52c481bfcc83552053a03e88acb038810828
includes/installer/Installer.php
includes/installer/WebInstaller.php