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(); ?>