changeset 235:ed7644ee2b0b

Oops, 100L.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 21 Nov 2013 19:42:34 +0200
parents 8d4ca15f2fbc
children 59e9bacd604c
files register.inc.php
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/register.inc.php	Wed Nov 20 21:32:12 2013 +0200
+++ b/register.inc.php	Thu Nov 21 19:42:34 2013 +0200
@@ -160,7 +160,7 @@
   stChkRequestItem("hash", $hash,
     array(CHK_GTEQ, VT_STR, 0, "Invalid data."));
 
-  stCheckRequestUserData(FALSE);
+  stValidateRequestUserData(FALSE);
 
   $answer = stGetRequestItem("botcheck");
   if (hashToAnswer($hash) != intval($answer))