Author: nickpj
Description:
Attaching a patch for this against r23108. I haven't applied it in case there's something bleedingly obvious that I am missing.
In includes/Title.php, Title->userCan( 'edit' ) seems to always return true, even if the user has "$wgGroupPermissions['*']['edit'] = false;" in their LocalSettings.php .
This does not seem right, and causes the TalkHere extension to behave incorrectly (always shows an "Add comment" link, even when the user cannot add a comment).
Version: 1.10.x
Severity: normal
Attached: