Download & Extend

offending "submit" link

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

Assigned to:Anonymous» Kjartan

Fixed.

#2

Priority:major» normal
nobody click here