Posted by kika on December 17, 2001 at 2:49pm
1 follower
Jump to:
| Project: | Drupal core |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Kjartan |
| Status: | closed (fixed) |
Issue Summary
in common.inc link_page() function adds "submit" link, but it does not check whether the uses has right to post content:
It should be like
if user_access("post content") {
$links[] = ...
}
(I can't post the real code, cause all HTML is stripped here :()
Comments
#1
Fixed.
#2