aboutsummaryrefslogtreecommitdiffstats
path: root/includes/MergeHistory.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/MergeHistory.php')
-rw-r--r--includes/MergeHistory.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/MergeHistory.php b/includes/MergeHistory.php
index 4293ca4b06e8..b0cced05170c 100644
--- a/includes/MergeHistory.php
+++ b/includes/MergeHistory.php
@@ -431,7 +431,7 @@ class MergeHistory {
$logId = $logEntry->insert();
$logEntry->publish( $logId );
- Hooks::run( 'ArticleMergeComplete', [ $this->source, $this->dest ] );
+ Hooks::runner()->onArticleMergeComplete( $this->source, $this->dest );
$this->dbw->endAtomic( __METHOD__ );