From 5cd19c7f70942dfd45bf20a3e2ff3d218137de73 Mon Sep 17 00:00:00 2001 From: addshore Date: Sun, 26 Feb 2017 16:50:21 +0000 Subject: [PATCH] Make EditPage::incrementConflictStats protected This will be overridden by the TwoColConflict extension & beta feature... Bug: T158754 Change-Id: Ia0099540032da2d490b2a8eee82a7ae70eff0f9e --- includes/EditPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/EditPage.php b/includes/EditPage.php index 34062c0621..f9bb3cd346 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 -- 2.20.1