Installer: properly override default $wgLogo value
authorKevin Israel <pleasestand@live.com>
Wed, 25 Sep 2013 06:48:05 +0000 (02:48 -0400)
committerJuneHyeon Bae <devunt@gmail.com>
Mon, 17 Mar 2014 23:34:06 +0000 (08:34 +0900)
commitb14a2dcfaacaed04d462db7b33dbc8d870b05be2
tree8aeda6f350005bd85efa026556defac415f7c6a8
parenta047acedae4b0fb970cb9b265de858a8d2b5b9d0
Installer: properly override default $wgLogo value

Setup.php uses the value of $wgScriptPath in $wgLogo before the
installer determines the former, so it is necessary to override
the latter even before the WebInstaller_Options page is shown
(because it might never be shown).

Bug: 48084
Change-Id: Icc577c1bb1f78adc7a7cfb0581ae8ea2facba4cf
RELEASE-NOTES-1.23
includes/installer/Installer.php
includes/installer/WebInstallerPage.php