diff --git a/www/disputes.php b/www/disputes.php index 0f5c7dd..e87e5e6 100644 --- a/www/disputes.php +++ b/www/disputes.php @@ -21,6 +21,7 @@ loadem("account"); $type=""; if(array_key_exists('type',$_REQUEST)) $type=$_REQUEST['type']; + $action=""; if(array_key_exists('action',$_REQUEST)) $action=sanitizeHTML($_REQUEST['action']); if($type == "reallyemail") {