Skip to content

Commit

Permalink
Update vote.php
Browse files Browse the repository at this point in the history
whitespace
  • Loading branch information
deepend-tildeclub authored Jan 30, 2024
1 parent 83d49d0 commit 1ec0b11
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/polls/vote.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
if ($pollObj->select($_POST['pollID'])) {
$pollInfo = $pollObj->get_info_filtered();
$pollObj->objAccess->arrAccessFor = ["keyName" => "poll_id", "keyValue" => $pollInfo['poll_id']];

$blnVote = false;
$member->select($_SESSION['btUsername']);
$memberID = "";
Expand Down Expand Up @@ -71,4 +71,3 @@
}

echo json_encode($arrReturn);

0 comments on commit 1ec0b11

Please sign in to comment.