mirror of https://github.com/BOINC/boinc.git
web: forums: enable "jump to post" if not logged in
This commit is contained in:
parent
7ed32661cb
commit
55fcb7ddaf
|
@ -99,7 +99,7 @@ if ($temp_sort_style) {
|
|||
}
|
||||
}
|
||||
|
||||
if ($logged_in_user && $logged_in_user->prefs->jump_to_unread){
|
||||
if (!$logged_in_user || $logged_in_user->prefs->jump_to_unread){
|
||||
page_head($title, 'jumpToUnread();');
|
||||
} else {
|
||||
page_head($title);
|
||||
|
|
Loading…
Reference in New Issue