mirror of https://github.com/BOINC/boinc.git
Fix a problem where forum_reply in Q&A area would spew out header before having redirected user back to the thread.
svn path=/trunk/boinc/; revision=6173
This commit is contained in:
parent
fe47e56df6
commit
42134ce04d
|
@ -56,7 +56,6 @@ if ($category->is_helpdesk) {
|
|||
} else {
|
||||
setSortStyle($logged_in_user,"answer", $sort_style);
|
||||
}
|
||||
page_head($title);
|
||||
} else {
|
||||
if (!$sort_style) {
|
||||
$sort_style = getSortStyle($logged_in_user,"thread");
|
||||
|
|
Loading…
Reference in New Issue