diff options
Diffstat (limited to '')
-rw-r--r-- | include/ws_functions.inc.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ws_functions.inc.php b/include/ws_functions.inc.php index 73f8e9942..faba3cf2a 100644 --- a/include/ws_functions.inc.php +++ b/include/ws_functions.inc.php @@ -2697,6 +2697,7 @@ function ws_images_delete($params, &$service) include_once(PHPWG_ROOT_PATH.'admin/include/functions.php'); delete_elements($image_ids, true); + invalidate_user_cache(); } function ws_add_image_category_relations($image_id, $categories_string, $replace_mode=false) |