mediawiki-extensions-AbuseF.../includes/View
thiemowmde 8f50f2a1a6 Fix missing null check for deprecated configuration
$wgAbuseFilterAnonBlockDuration is documented to be deprecated and
fall back to $wgAbuseFilterBlockDuration. This was just missing here.
This makes code fail in PHP 8.x where null is not allowed any more in
functions that expect a string.

Change-Id: I0edb0f14630aed88635aa564a11d6f42e470c29f
2022-11-04 15:36:13 +00:00
..
AbuseFilterView.php Declare AbuseFilterView::$mParams as protected 2022-02-02 12:32:09 +01:00
AbuseFilterViewDiff.php Call IContextSource::getAuthority instead of IContextSource::getUser 2022-07-03 16:37:18 +02:00
AbuseFilterViewEdit.php Fix missing null check for deprecated configuration 2022-11-04 15:36:13 +00:00
AbuseFilterViewExamine.php Call IContextSource::getAuthority instead of IContextSource::getUser 2022-07-03 16:37:18 +02:00
AbuseFilterViewHistory.php Add LinkBatch to Special:AbuseFilter/home and /history 2022-07-29 13:56:03 +02:00
AbuseFilterViewImport.php Call IContextSource::getAuthority instead of IContextSource::getUser 2022-07-03 16:37:18 +02:00
AbuseFilterViewList.php Add LinkBatch to Special:AbuseFilter/home and /history 2022-07-29 13:56:03 +02:00
AbuseFilterViewRevert.php Call IContextSource::getAuthority instead of IContextSource::getUser 2022-07-03 16:37:18 +02:00
AbuseFilterViewTestBatch.php Call IContextSource::getAuthority instead of IContextSource::getUser 2022-07-03 16:37:18 +02:00
AbuseFilterViewTools.php Call IContextSource::getAuthority instead of IContextSource::getUser 2022-07-03 16:37:18 +02:00
HideAbuseLog.php Call IContextSource::getAuthority instead of IContextSource::getUser 2022-07-03 16:37:18 +02:00