diff options
| -rw-r--r-- | library/WT/GedcomRecord.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/WT/GedcomRecord.php b/library/WT/GedcomRecord.php index b27789071e..64a28cdee2 100644 --- a/library/WT/GedcomRecord.php +++ b/library/WT/GedcomRecord.php @@ -825,7 +825,7 @@ class WT_GedcomRecord { self::$pending_record_cache = null; if (get_user_setting(WT_USER_ID, 'auto_accept')) { - accept_all_changes($xref, $ged_id); + accept_all_changes($this->xref, $this->gedcom_id); } } } |
