fixes #657, set the CACHE_KEYS for categories

This commit is contained in:
plegall
2017-04-24 14:32:15 +02:00
parent 0044aff983
commit f4a6f9ce84
+1
View File
@@ -135,6 +135,7 @@ $template->assign(
'DISPLAY' => $elements_per_page,
'NB_ELEMENTS' => $nb_images,
'category' => (isset($_GET['cat']) ? array($_GET['cat']) : array()),
'CACHE_KEYS' => get_admin_client_cache_keys(array('categories')),
)
);