diff --git a/include/vote.php b/include/vote.php index da8656a..8d0f383 100644 --- a/include/vote.php +++ b/include/vote.php @@ -113,7 +113,7 @@ function vote_menu() { $aClean = array(); //array of filtered user input - $aClean['appid'] = makeSafe($_REQUEST['appId']); + $aClean['appId'] = makeSafe($_REQUEST['appId']); $m = new htmlmenu("Votes","updatevote.php");