From 226d70d174e0352258c95a629cbac30ac1c721c0 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Mon, 14 Feb 2011 21:01:37 +0000 Subject: [PATCH] svn path=/trunk/boinc/; revision=23033 --- html/inc/forum.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/html/inc/forum.inc b/html/inc/forum.inc index 93f48ba17d..0e17f539a9 100644 --- a/html/inc/forum.inc +++ b/html/inc/forum.inc @@ -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) {