Skip to content

Commit

Permalink
team approve
Browse files Browse the repository at this point in the history
  • Loading branch information
wooki committed Dec 14, 2012
1 parent 8f4129e commit e3d0a2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/controllers/missions.php
Expand Up @@ -35,8 +35,8 @@ public function vote($slug=false) {
}

// first time player hits page set state, if they are posting back then update
$postback = $this->input->post('acknowledge');
if ($postback == '1') {
$postback = $this->input->post('postback');
if ($postback == '1') {
$player->state = 'mission-vote-acknowledge';
} else {
$player->state = 'mission-vote';
Expand Down

0 comments on commit e3d0a2b

Please sign in to comment.