Skip to content

Commit

Permalink
Small update to activity.php
Browse files Browse the repository at this point in the history
  • Loading branch information
MightyGorgon committed Apr 23, 2012
1 parent bb37afa commit a3159e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trunk/activity/ip_root/activity.php
Original file line number Diff line number Diff line change
Expand Up @@ -1327,7 +1327,7 @@
$sort_order = $d[1];
}
$total_games = $total['total'];
$pagination = generate_pagination('activity.' . PHP_EXT . '?order=' . $page_order . '&type=' . $sort_order, $total_games, $finish, $start). ' ';
$pagination = generate_pagination('activity.' . PHP_EXT . '?order=' . $page_order . '&type=' . $sort_order, $total_games, $finish, $start) . ' ';
$page_number = sprintf($lang['Page_of'], (floor($start / $finish) + 1), ceil($total_games / $finish));
}
}
Expand Down

0 comments on commit a3159e0

Please sign in to comment.