From 2bb2c01430f40809a40db889207c3072a2686dfd Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Sun, 18 Jan 2009 19:23:20 +0000 Subject: [PATCH] Fix typo in r45855 --- includes/User.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/User.php b/includes/User.php index f87323f445..346021543e 100644 --- a/includes/User.php +++ b/includes/User.php @@ -2094,7 +2094,7 @@ class User { if( $action === 'patrol' || $action === 'autopatrol' ) { global $wgUseRCPatrol, $wgUseNPPatrol; if( !$wgUseRCPatrol && !$wgUseNPPatrol ) - return true; + return false; } # Use strict parameter to avoid matching numeric 0 accidentally inserted # by misconfiguration: 0 == 'foo' -- 2.20.1