mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
- move #categories.date_last and nb_images to #user_cache_categories
git-svn-id: http://piwigo.org/svn/trunk@2324 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -48,7 +48,7 @@ function update_cats_with_filtered_data(&$cats)
|
||||
|
||||
if ($filter['enabled'])
|
||||
{
|
||||
$upd_fields = array('max_date_last', 'count_images', 'count_categories', 'nb_images');
|
||||
$upd_fields = array('date_last', 'max_date_last', 'count_images', 'count_categories', 'nb_images');
|
||||
|
||||
foreach ($cats as $cat_id => $category)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user