Made User::loadFromId() skip cache with READ_LATEST
authorAaron Schulz <aschulz@wikimedia.org>
Wed, 30 Sep 2015 20:39:54 +0000 (13:39 -0700)
committerOri.livneh <ori@wikimedia.org>
Wed, 30 Sep 2015 21:53:25 +0000 (21:53 +0000)
commit2c63d57ddd9b57817654c1b3c2d5c8019eb86c26
treea83f2ef94e1805a1e82e95963c94c9443179ae03
parent833cbddc9912003d4e48af8ffc18364906186422
Made User::loadFromId() skip cache with READ_LATEST

* That flag is used for anti-dependencies and thus
  should never rely on cache

Bug: T95839
Change-Id: I4ffc8325e55588ef649b96e7b90bc95282f765a9
includes/User.php