Web installer should not pollute global namespace with session variables
authorsaper <saper@saper.info>
Fri, 23 Oct 2015 20:54:42 +0000 (22:54 +0200)
committersaper <saper@saper.info>
Sat, 24 Oct 2015 00:00:02 +0000 (02:00 +0200)
commita93aa28711e2ba996dbd501b28afede5afada5ef
treea616bd70d07dd4705c0814b9587fe5bebc77121a
parent5c63cce449b2497e66aa0c3a061ec494c234d05d
Web installer should not pollute global namespace with session variables

There is no need to store session variables
(that also include user-supplied arguments)
as $wgXXX global variables.

Bug: T116375
Change-Id: I880d4299566beaf99ed1fc21c690cdda64149b0e
includes/installer/Installer.php
includes/installer/WebInstaller.php