Skip to content

Commit

Permalink
Update RottenLinksHooks.php
Browse files Browse the repository at this point in the history
  • Loading branch information
paladox authored Dec 11, 2023
1 parent e64da21 commit 07d4aab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/RottenLinksHooks.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public function onLinksUpdateComplete( $linksUpdate, $ticket ) {
'removedExternalLinks' => $removedExternalLinks
];
MediaWikiServices::getInstance()->getJobQueueGroup()->push(
new RottenLinksJob( $params )
new RottenLinksJob( $params ) );
}
}

Expand Down

0 comments on commit 07d4aab

Please sign in to comment.