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

@@ -66,6 +66,7 @@ class SetDescription implements ActionInterface
$this->action->action_value
)
);
$journal->touch();
return true;
}