diff options
Diffstat (limited to 'include/category_default.inc.php')
-rw-r--r-- | include/category_default.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/category_default.inc.php b/include/category_default.inc.php index 66c89f889..bbc63fe21 100644 --- a/include/category_default.inc.php +++ b/include/category_default.inc.php @@ -128,7 +128,7 @@ foreach ($pictures as $row) ); if ($conf['index_new_icon']) { - $row['icon_ts'] = get_icon($row['date_available']); + $tpl_var['icon_ts'] = get_icon($row['date_available']); } if ($user['show_nb_hits']) |