Skip to content

Commit

Permalink
Merge to master
Browse files Browse the repository at this point in the history
  • Loading branch information
janzarsky committed Apr 21, 2014
1 parent 63fd1fb commit 993ad57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions application/models/viewer_model.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ public function get_player_achievements($id = FALSE)
->from('players_achievements')
->join('achievements', 'players_achievements.achievement_id = achievements.id')
->where('player_id', $id)
->where('achievements.enabled', '1')
->order_by('achievement_id', 'asc')
->get()->result_array();
}
Expand Down

0 comments on commit 993ad57

Please sign in to comment.