Touch journals so issue #1036 is fixed.

This commit is contained in:
James Cole
2017-12-04 20:57:33 +01:00
parent 462439a5ab
commit 1b56765da3
11 changed files with 11 additions and 3 deletions

View File

@@ -60,6 +60,7 @@ class ClearNotes implements ActionInterface
foreach ($notes as $note) {
$note->delete();
}
$journal->touch();
return true;
}