mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/AbuseFilter.git
synced 2024-11-14 09:44:44 +00:00
Merge "Replace compact() with real array"
This commit is contained in:
commit
f3d3e3b238
|
@ -161,13 +161,13 @@ class AbuseFilterViewList extends AbuseFilterView {
|
|||
}
|
||||
|
||||
$this->showList(
|
||||
compact(
|
||||
'deleted',
|
||||
'furtherOptions',
|
||||
'querypattern',
|
||||
'searchmode',
|
||||
'scope'
|
||||
),
|
||||
[
|
||||
'deleted' => $deleted,
|
||||
'furtherOptions' => $furtherOptions,
|
||||
'querypattern' => $querypattern,
|
||||
'searchmode' => $searchmode,
|
||||
'scope' => $scope,
|
||||
],
|
||||
$conds
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue