X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Finstaller%2FInstallerSessionProvider.php;h=bfb1a69f307be86c8a16b16adc4ba1342fd9cd89;hb=6fb3e46c6714af329f6feb0f949e203d17b27ea0;hp=2b9f418590a782e1709eb297efe39b2e29bff637;hpb=df85890b76b18e0c9bc465984b63df6090955a5a;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/installer/InstallerSessionProvider.php b/includes/installer/InstallerSessionProvider.php index 2b9f418590..bfb1a69f30 100644 --- a/includes/installer/InstallerSessionProvider.php +++ b/includes/installer/InstallerSessionProvider.php @@ -32,10 +32,10 @@ class InstallerSessionProvider extends SessionProvider { * Pretend there is a session, to avoid MWCryptRand overhead */ public function provideSessionInfo( WebRequest $request ) { - return new SessionInfo( 1, array( + return new SessionInfo( 1, [ 'provider' => $this, 'id' => str_repeat( 'x', 32 ), - ) ); + ] ); } /**