Move callers away from Title::GAID_FOR_UPDATE
authorAaron Schulz <aschulz@wikimedia.org>
Thu, 4 Jul 2019 21:24:34 +0000 (14:24 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Mon, 9 Sep 2019 20:19:08 +0000 (13:19 -0700)
These callers just need to load some data from DB_MASTER.
Subsequent code needing that latest title data should also use the
required flags, rather than relying on flakey global cache state.

Change-Id: I53248ea4b5bf1cd953f956c41b8244831ec5ef04


No differences found