From: Amir Sarabadani Date: Tue, 8 May 2018 21:11:51 +0000 (+0200) Subject: Remove 'patrol' from $wgActionFilteredLogs X-Git-Tag: 1.34.0-rc.0~5447^2 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/modifier.php?a=commitdiff_plain;h=2d0b8a6d6746b66335c8b9489120362839873d0e;p=lhc%2Fweb%2Fwiklou.git 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 --- 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' ],