(cp 9fa8f30) fixes #696, invalidate user cache when deleting an album via API

This commit is contained in:
plegall
2017-05-31 15:27:10 +02:00
parent 8019af6c35
commit f728020878
+1
View File
@@ -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();
}
/**