Make sure cache is invalidated whenever we do an edit.
This commit is contained in:
parent
ad19ca5200
commit
5149259970
1 changed files with 1 additions and 0 deletions
|
|
@ -270,6 +270,7 @@ public class AlbumServlet
|
|||
fos.close();
|
||||
res.setContentType("text/html");
|
||||
res.getWriter().println(HtmlUtils.htmlEscape(value));
|
||||
clearDirCache();
|
||||
return;
|
||||
}
|
||||
res.setContentType("text/html");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue