Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

Bug in comments.php?

edited July 2009 in Vanilla 2.0 - 2.8
line 80 (with some context):

if ($Context->Session->User->Permission("PERMISSION_STICK_DISCUSSIONS")) { header('CanSink: true'); $StickyText = $Context->GetDefinition("MakeThisDiscussion".($CommentGrid->Discussion->Sticky?"Unsticky":"Sticky")); $Panel->AddListItem($Options,

Why is there a header() function call in there? That can't be right, can it?
Sign In or Register to comment.