On Sun, Aug 1, 2010 at 12:16 AM, Michael Kingery (HL7) mkingery@hl7.org wrote:
No, I don't think it's not a wrong message, it's not working correctly. It is correctly telling me that the page is protected; the problem is that it's still letting me edit the page despite that. It should stop me from editing it because I'm not logged in as a sysop.
You gave all logged-in users the right to edit protected page with this line: $wgGroupPermissions['user']['protect'] = true; Remove that line if that's not what you want.