Skip to content

Commit

Permalink
team vote failed, next team allocation
Browse files Browse the repository at this point in the history
  • Loading branch information
wooki committed Dec 14, 2012
1 parent 68c9a41 commit ec885b3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion application/controllers/missions.php
Expand Up @@ -169,7 +169,9 @@ public function approve($slug=false) {
}

// finally save the game
Game::save($game, $games_list);
if (Game::save($game, $games_list) == false) {
echo "<p style=\"background: #ffc;\">SAVE FAILED</p>";
};

// set view data
$this->view_data = array(
Expand Down

0 comments on commit ec885b3

Please sign in to comment.