From dc963e678025d1b1c64b731410bd5dc85b724558 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Nicolaysen=20S=C3=B8rnes?= Date: Fri, 19 Jan 2007 00:54:13 +0000 Subject: [PATCH] Fix voting to use $aClean and not $_POST --- updatevote.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/updatevote.php b/updatevote.php index c28773e..516f50e 100644 --- a/updatevote.php +++ b/updatevote.php @@ -10,7 +10,7 @@ require("path.php"); require(BASE."include/incl.php"); require(BASE."include/vote.php"); -vote_update($_POST); +vote_update($aClean); apidb_footer(); ?>