Skip to content

Commit

Permalink
fixes #657, set the CACHE_KEYS for categories
Browse files Browse the repository at this point in the history
  • Loading branch information
plegall committed Apr 24, 2017
1 parent 0044aff commit f4a6f9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions admin/rating.php
Expand Up @@ -135,6 +135,7 @@
'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')),
)
);

Expand Down

0 comments on commit f4a6f9c

Please sign in to comment.