Skip to content

Commit

Permalink
Property name change #57
Browse files Browse the repository at this point in the history
  • Loading branch information
Clidus committed Apr 4, 2016
1 parent fbbf2f4 commit 22c07a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ignition_application/views/control/events.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
$url = '/user/' . $user->UserID . '/';
// game page
else if(isset($game))
$url = '/game/' . $game->id . '/';
$url = '/game/' . $game->GBID . '/';
// homepage
else
$url = '/feed/';
Expand Down

0 comments on commit 22c07a7

Please sign in to comment.