X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Finstaller%2FWebInstaller.php;h=9d7e0514bb9b5a8db77b6f8e1267ee32f060ff22;hb=3b076177b4d862412d47cc7625d38c7c7c69acfe;hp=e0e54c845bd295723507d767a1db612dd31278da;hpb=3577973107e642493a58d2a6580a99d3dff0137b;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/installer/WebInstaller.php b/includes/installer/WebInstaller.php index e0e54c845b..9d7e0514bb 100644 --- a/includes/installer/WebInstaller.php +++ b/includes/installer/WebInstaller.php @@ -155,6 +155,10 @@ class WebInstaller extends Installer { if ( isset( $session['settings'] ) ) { $this->settings = $session['settings'] + $this->settings; + // T187586 MediaWikiServices works with globals + foreach ( $this->settings as $key => $val ) { + $GLOBALS[$key] = $val; + } } $this->setupLanguage();