This commit is contained in:
James Cole 2017-07-02 08:43:34 +02:00
parent b6be9e6ade
commit dc5bd648cf
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E

View File

@ -309,7 +309,6 @@ class ImportStorage
$journal->date = $date->format('Y-m-d');
$journal->order = 0;
$journal->tag_count = 0;
$journal->encrypted = 0;
$journal->completed = false;
if (!$journal->save()) {