diff --git a/include/ws_functions/pwg.categories.php b/include/ws_functions/pwg.categories.php index 79b27d75e..09958ad12 100644 --- a/include/ws_functions/pwg.categories.php +++ b/include/ws_functions/pwg.categories.php @@ -851,6 +851,7 @@ SELECT id include_once(PHPWG_ROOT_PATH.'admin/include/functions.php'); delete_categories($category_ids, $params['photo_deletion_mode']); update_global_rank(); + invalidate_user_cache(); } /**