diff options
Diffstat (limited to '')
-rw-r--r-- | picture.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/picture.php b/picture.php index ace364f31..7f8df0da5 100644 --- a/picture.php +++ b/picture.php @@ -215,8 +215,8 @@ if ($page['current_rank'] != $page['last_rank']) $url_up = duplicate_index_url( array( 'start' => - floor($page['current_rank'] / $user['nb_image_page']) - * $user['nb_image_page'] + floor($page['current_rank'] / $page['nb_image_page']) + * $page['nb_image_page'] ), array( 'start', |