aboutsummaryrefslogtreecommitdiffstats
path: root/category.php
diff options
context:
space:
mode:
Diffstat (limited to 'category.php')
-rw-r--r--category.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/category.php b/category.php
index da71dfc7f..2bc078598 100644
--- a/category.php
+++ b/category.php
@@ -212,7 +212,7 @@ else
$template->assign_vars(
array(
- 'NB_PICTURE' => count_user_total_images(),
+ 'NB_PICTURE' => $user['nb_total_images'],
'TITLE' => $template_title,
'USERNAME' => $user['username'],
'TOP_NUMBER'=>$conf['top_number'],