Add a missing check of $wgActorTableSchemaMigrationStage
authorBrad Jorsch <bjorsch@wikimedia.org>
Tue, 27 Feb 2018 21:08:02 +0000 (16:08 -0500)
committerBrad Jorsch <bjorsch@wikimedia.org>
Tue, 27 Feb 2018 21:08:02 +0000 (16:08 -0500)
commit73781d381679d7ab4fdf700b73cb0bdbd68bd6b1
tree4fb2f2afc296b4e75acc795da9a088c8b84115cf
parent3feef6884990386f3d6360365b129302d4bd58e5
Add a missing check of $wgActorTableSchemaMigrationStage

We shouldn't be trying to update the table when it's MIGRATION_OLD.

Bug: T188437
Change-Id: Id5aae5eaafc36bf7e65009e67fe91619fb1df295
includes/user/User.php