diff options
| -rw-r--r-- | app/GedcomRecord.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/GedcomRecord.php b/app/GedcomRecord.php index a4ff85d2b8..8cba614993 100644 --- a/app/GedcomRecord.php +++ b/app/GedcomRecord.php @@ -886,6 +886,7 @@ class GedcomRecord 'xref' => $this->xref, 'old_gedcom' => $this->gedcom(), 'new_gedcom' => $gedcom, + 'status' => 'pending', 'user_id' => Auth::id(), ]); @@ -920,6 +921,7 @@ class GedcomRecord 'xref' => $this->xref, 'old_gedcom' => $this->gedcom(), 'new_gedcom' => '', + 'status' => 'pending', 'user_id' => Auth::id(), ]); } |
