mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-13 16:00:13 +00:00
Fix for #685
This commit is contained in:
@@ -309,7 +309,6 @@ class ImportStorage
|
|||||||
$journal->date = $date->format('Y-m-d');
|
$journal->date = $date->format('Y-m-d');
|
||||||
$journal->order = 0;
|
$journal->order = 0;
|
||||||
$journal->tag_count = 0;
|
$journal->tag_count = 0;
|
||||||
$journal->encrypted = 0;
|
|
||||||
$journal->completed = false;
|
$journal->completed = false;
|
||||||
|
|
||||||
if (!$journal->save()) {
|
if (!$journal->save()) {
|
||||||
|
Reference in New Issue
Block a user