Don't use array keys for OOUI

Bug: T299463
Change-Id: Id1f6e0c43db38003c1b198ab86c37b1c37412124
This commit is contained in:
Alexander Vorwerk 2022-01-18 23:06:04 +01:00
parent 7b0ae7329f
commit edcefa729c

View file

@ -99,7 +99,7 @@ class AbuseFilterViewHistory extends AbuseFilterView {
$backlinks =
new OOUI\HorizontalLayout( [
'items' => $links
'items' => array_values( $links )
] );
$out->addHTML( $backlinks );