Skip to content

Commit

Permalink
Missed function use when renaming #57
Browse files Browse the repository at this point in the history
  • Loading branch information
Clidus committed Oct 25, 2015
1 parent abe12a3 commit 4b50b2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ignition_application/controllers/games.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ function add()
$this->load->model('Game');

// get game details from Giant Bomb API
$game = $this->Game->getGameByID($GBID, null, false);
$game = $this->Game->getGameByGBID($GBID, null, false);

// if API returned nothing
if($game == null)
Expand Down

0 comments on commit 4b50b2a

Please sign in to comment.