In Installer, set the user to an anon in RequestContext, not just wgUser
authorTim Starling <tstarling@wikimedia.org>
Wed, 10 Feb 2016 10:17:06 +0000 (21:17 +1100)
committerTim Starling <tstarling@wikimedia.org>
Wed, 10 Feb 2016 10:19:25 +0000 (21:19 +1100)
commit2676e7fc3bdcd6b10deb9a499593f085cd683368
treea0c4783812ba6daaff18a9011d5d5b8feb8b9a48
parent7a84c29895a58f492f02c0be3432b4418f01c6e2
In Installer, set the user to an anon in RequestContext, not just wgUser

This hack to prevent $wgUser being loaded was apparently not updated
when RequestContext was introduced.

Fixes T126177 independently of I13d8aa1453c

Bug: T126177
Change-Id: Iedceec3044352e433710d97d5c7c81fff1a6a3e5
includes/installer/Installer.php