Ticket #896 (fixed bug)
No permission without 403
- Created: 2013-09-04 09:24:27
- Reported by: Otomatic
- Assigned to: Studio384
- Milestone: 1.5.5
- Component: code
- Priority: normal
FluxBB 1.5.4 and 1.4.11
Error messages with message($lang_common['No permission'] have 403:
message($lang_common['No permission'], false, '403 Forbidden');
but seven in misc.php do not have:
message($lang_common['No permission']);
Same for
message($lang_common['Bad request'], false, '404 Not Found');
but 404 is missing for many files.
History
Franz 2013-09-04 12:07:01

- Component set to code.
- Milestone set to 1.5.5.
- Type changed from enhancement to bug.
Thanks a lot. We'll fix this in the 1.5 branch.