user_cache was not invalidated on photo deletion
git-svn-id: http://piwigo.org/svn/trunk@16334 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
f3d8517c1a
commit
0b59bf7465
1 changed files with 1 additions and 0 deletions
|
|
@ -53,6 +53,7 @@ if (isset($_GET['delete']))
|
|||
check_pwg_token();
|
||||
|
||||
delete_elements(array($_GET['image_id']), true);
|
||||
invalidate_user_cache();
|
||||
|
||||
// where to redirect the user now?
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue