mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/AbuseFilter.git
synced 2024-11-27 23:40:19 +00:00
Remove unused argument
Change-Id: I0429f8227293790195d314fc4560f0aa6af7ba7f
This commit is contained in:
parent
bdf81c1467
commit
2ec2868ffd
|
@ -14,9 +14,8 @@ class AbuseLogPager extends ReverseChronologicalPager {
|
|||
/**
|
||||
* @param SpecialAbuseLog $form
|
||||
* @param array $conds
|
||||
* @param bool $details
|
||||
*/
|
||||
function __construct( $form, $conds = [], $details = false ) {
|
||||
function __construct( $form, $conds = [] ) {
|
||||
$this->mForm = $form;
|
||||
$this->mConds = $conds;
|
||||
parent::__construct();
|
||||
|
|
Loading…
Reference in a new issue