mirror of https://github.com/BOINC/boinc.git
- user web: bug fix
svn path=/trunk/boinc/; revision=23028
This commit is contained in:
parent
4b8e5855eb
commit
4b9ef1e012
|
@ -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
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue