Skip to content

Commit

Permalink
Recommit
Browse files Browse the repository at this point in the history
  • Loading branch information
thielpeter committed May 15, 2018
1 parent 4e95b41 commit 77a46ea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/poll.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ public function showResult()
} elseif ($this->showresult == 3 && $this->status == 0) {
return true;
} elseif ($this->showresult == 1) {
print_r($_REQUEST);
if($this->type == 'direct' && rex_request('vote_success','string') == '1'){
return true;
}
Expand Down

0 comments on commit 77a46ea

Please sign in to comment.