Fix voting. Another case, ha ha, where different capitalization messed us up
This commit is contained in:
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user