diff options
Diffstat (limited to 'www/history.php')
| -rw-r--r-- | www/history.php | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/www/history.php b/www/history.php index fa1c535..42688a0 100644 --- a/www/history.php +++ b/www/history.php @@ -48,7 +48,7 @@ if ($usecache) {  // Pagination  $perpage = getPerPageCount($currentUser);  if (intval(GET_PAGE) > 1) { -    $page = GET_PAGE; +    $page = intval(GET_PAGE);      $start = ($page - 1) * $perpage;  } else {      $page = 0;  | 
