Ticket #3705 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

'read_private_pages' capability broken

Reported by: McShelby Assigned to: anonymous
Priority: normal Milestone: 2.1.1
Component: Administration Version: 2.1
Severity: normal Keywords:
Cc:

Description

'read_private_pages' capability does not work as expected and causes the pages author data not to set up properly.

This is because of a copy/paste typo from the 'read_private_posts' functionality. A patch is attached to this report.

Attachments

capabilities.php.diff (0.7 kB) - added by McShelby on 01/28/07 21:20:28.

Change History

01/28/07 21:20:28 changed by McShelby

  • attachment capabilities.php.diff added.

01/28/07 21:21:44 changed by McShelby

Btw: Additionally my Tortoise did include some line break fix into the patch file.

01/28/07 21:58:09 changed by ryan

  • status changed from new to closed.
  • resolution set to fixed.

(In [4825]) Fix typo in read_pages conditional. Props McShelby. fixes #3705