diff --git a/includes/EditPage.php b/includes/EditPage.php index 34062c06217..f9bb3cd346c 100644 --- a/includes/EditPage.php +++ b/includes/EditPage.php @@ -3563,7 +3563,7 @@ HTML } } - private function incrementConflictStats() { + protected function incrementConflictStats() { $stats = MediaWikiServices::getInstance()->getStatsdDataFactory(); $stats->increment( 'edit.failures.conflict' ); // Only include 'standard' namespaces to avoid creating unknown numbers of statsd metrics