diff --git a/includes/View/AbuseFilterViewHistory.php b/includes/View/AbuseFilterViewHistory.php index 5baa2da00..ab4e5179b 100644 --- a/includes/View/AbuseFilterViewHistory.php +++ b/includes/View/AbuseFilterViewHistory.php @@ -99,7 +99,7 @@ class AbuseFilterViewHistory extends AbuseFilterView { $backlinks = new OOUI\HorizontalLayout( [ - 'items' => $links + 'items' => array_values( $links ) ] ); $out->addHTML( $backlinks );