From: Rob Church Date: Wed, 27 Dec 2006 07:48:01 +0000 (+0000) Subject: Fix X-Git-Tag: 1.31.0-rc.0~54751 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=0004371f1d60e83ef5c2f66fdc7ce4e784cae1c0;p=lhc%2Fweb%2Fwiklou.git Fix --- diff --git a/includes/Title.php b/includes/Title.php index 96df51d4e5..0342f43f27 100644 --- a/includes/Title.php +++ b/includes/Title.php @@ -994,6 +994,7 @@ class Title { if( strtolower( $restriction ) != 'autoconfirmed' ) return false; } + return true; } else { # If it doesn't exist, it can't be protected return false;