From 4b9ef1e0127952804a631b4de1d9db898f9d934a Mon Sep 17 00:00:00 2001 From: David Anderson Date: Mon, 14 Feb 2011 17:55:58 +0000 Subject: [PATCH] - user web: bug fix svn path=/trunk/boinc/; revision=23028 --- checkin_notes | 5 +++++ html/user/pm.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/checkin_notes b/checkin_notes index 3c1871d29f..cb19a5c3db 100644 --- a/checkin_notes +++ b/checkin_notes @@ -714,3 +714,8 @@ David 13 Feb 2011 - user web: bug fix html/user/ forum_banishment_vote_action.php + +David 14 Feb 2011 + - user web: bug fix + html/user/ + pm.php diff --git a/html/user/pm.php b/html/user/pm.php index 33bc536a4a..35441a7401 100644 --- a/html/user/pm.php +++ b/html/user/pm.php @@ -22,7 +22,7 @@ require_once("../inc/pm.inc"); require_once("../inc/forum.inc"); require_once("../inc/akismet.inc"); -check_get_args(array("replyto", "userid", "action", "sent", "id", "tnow", "ttok")); +check_get_args(array("replyto", "deleted", "userid", "action", "sent", "id", "tnow", "ttok")); $replyto = get_int("replyto", true); $userid = get_int("userid", true);