diff --git a/maintenance/refreshLinks.php b/maintenance/refreshLinks.php index a6cd54853e3..9f3552a6782 100644 --- a/maintenance/refreshLinks.php +++ b/maintenance/refreshLinks.php @@ -278,6 +278,7 @@ class RefreshLinks extends Maintenance { $page->getTitle(), /* $old = */ null, /* $recursive = */ false ); foreach ( $updates as $update ) { DeferredUpdates::addUpdate( $update ); + DeferredUpdates::doUpdates(); } }