diff options
Diffstat (limited to 'includes/deferred')
-rw-r--r-- | includes/deferred/UserEditCountUpdate.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/deferred/UserEditCountUpdate.php b/includes/deferred/UserEditCountUpdate.php index 4ce0b18ec651..e9ebabb64369 100644 --- a/includes/deferred/UserEditCountUpdate.php +++ b/includes/deferred/UserEditCountUpdate.php @@ -89,7 +89,7 @@ class UserEditCountUpdate implements DeferrableUpdate, MergeableUpdate { // This method runs after the new revisions were committed. // Wait for the replica to catch up so they will all be counted. $dbr->flushSnapshot( $fname ); - $lb->safeWaitForMasterPos( $dbr ); + $lb->waitForMasterPos( $dbr ); } $affectedInstances[0]->initEditCountInternal(); } |