Closed (fixed)
Project:
Drupal core
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
17 Dec 2001 at 14:49 UTC
Updated:
5 Jul 2020 at 12:00 UTC
Jump to comment: Most recent
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
Comment #1
Kjartan commentedFixed.
Comment #2
kika commented