mirror of https://github.com/BOINC/boinc.git
svn path=/trunk/boinc/; revision=23033
This commit is contained in:
parent
8c9c412249
commit
226d70d174
|
@ -884,6 +884,7 @@ function unhide_thread($thread, $forum) {
|
|||
if (!$ret) return $ret;
|
||||
$forum->update("threads=threads+1, posts=posts+$thread->replies+1");
|
||||
update_forum_timestamp($forum);
|
||||
return true;
|
||||
}
|
||||
|
||||
function move_thread($thread, $old_forum, $new_forum) {
|
||||
|
|
Loading…
Reference in New Issue