Skip to content

Commit

Permalink
Linker: fix typo in statslib migration
Browse files Browse the repository at this point in the history
Bug: T359242
Change-Id: Iac15a246655a31d6c6dcfafbb0e5a11e5e5b42fc
Follows-Up: If545df3079f42605c74eeee2cd58b3359e1a9d96
  • Loading branch information
lucaswerkmeister committed Jun 21, 2024
1 parent 337140f commit 590bca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/linker/Linker.php
Original file line number Diff line number Diff line change
Expand Up @@ -1716,7 +1716,7 @@ public static function generateRollback(
->getBoolOption( $context->getUser(), 'showrollbackconfirmation' )
) {
$services->getStatsFactory()
->getCounter( 'rollbaseconfirmation_event_load_total' )
->getCounter( 'rollbackconfirmation_event_load_total' )
->copyToStatsdAt( 'rollbackconfirmation.event.load' )
->increment();
$context->getOutput()->addModules( 'mediawiki.misc-authed-curate' );
Expand Down

0 comments on commit 590bca6

Please sign in to comment.