Make Special:ConfirmEmail load the user from the master
authorAaron Schulz <aschulz@wikimedia.org>
Mon, 3 Aug 2015 23:20:39 +0000 (16:20 -0700)
committerLegoktm <legoktm.wikipedia@gmail.com>
Tue, 4 Aug 2015 18:40:38 +0000 (18:40 +0000)
commit3f24d1e348f23f331ad0a85d2e83876830e83df6
treee1c5c886b5e56bd757079f083591cb4fe9b88ec0
parent3bc0545a17a389155f082c12bd43ac27ef79dd46
Make Special:ConfirmEmail load the user from the master

* This can help guard against stale reads if the user was
  created or changed a second ago.

Bug: T105896
Change-Id: Ib2a59762cd8f4a4b7ad86d0700f186bee1d5b2d1
includes/User.php
includes/specials/SpecialConfirmemail.php