Opened 20 years ago
Closed 18 years ago
#882 closed defect (bug) (fixed)
manage/pages shows pages from user with higher user level
Reported by: | adsworth | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | minor | Version: | 1.5 |
Component: | Administration | Keywords: | |
Focuses: | Cc: |
Description
As soon as a user has one static page then the pages from all users are displayed. Attached is a patch to solve the problem.
Attachments (2)
Change History (7)
#4
@
20 years ago
Hi mdawaffe,
yes your fix is easier but doesn't fix the bug in page_rows.
The SELECT statement in there ignores the userID so one might aswell
delete the SELECT statement in there.
Regards
Adi
Note: See
TracTickets for help on using
tickets.
Easier to change edit-pages.php
Patch submitted