From c6d39047667dbce6fd1c6e40c858eefd35ddce2e Mon Sep 17 00:00:00 2001 From: David Anderson Date: Wed, 9 Feb 2011 22:24:48 +0000 Subject: [PATCH] - web tweak svn path=/trunk/boinc/; revision=23012 --- html/user/forum_thread.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/user/forum_thread.php b/html/user/forum_thread.php index 00304b9e2c..97d7ed21d2 100644 --- a/html/user/forum_thread.php +++ b/html/user/forum_thread.php @@ -26,7 +26,7 @@ check_get_args(array("id", "sort", "nowrap", "filter")); $threadid = get_int('id'); $sort_style = get_int('sort', true); -$nowrap = get_int('nowrap', true); +$nowrap = get_str('nowrap', true); $filter = get_str('filter', true); if ($filter != "false"){