From 2d0b8a6d6746b66335c8b9489120362839873d0e Mon Sep 17 00:00:00 2001 From: Amir Sarabadani Date: Tue, 8 May 2018 23:11:51 +0200 Subject: [PATCH] Remove 'patrol' from $wgActionFilteredLogs We disabled logging autopatrol actions and we are deleting them. Thus having patrol subtypes filters in Special:Log doesn't make sense anymore. Bug: T194213 Change-Id: I421ee54040cd2b64e53f1e68016c74a163d89ed3 --- includes/DefaultSettings.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index ff8612b3a7..aec9d280a9 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -7855,10 +7855,6 @@ $wgActionFilteredLogs = [ 'autocreate' => [ 'autocreate' ], 'byemail' => [ 'byemail' ], ], - 'patrol' => [ - 'patrol' => [ 'patrol' ], - 'autopatrol' => [ 'autopatrol' ], - ], 'protect' => [ 'protect' => [ 'protect' ], 'modify' => [ 'modify' ], -- 2.20.1