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

Anonymous’s picture

Assigned: Unassigned » Kjartan

Fixed.

kika’s picture

Priority: Major » Normal