diff options
Diffstat (limited to 'action.php')
| -rw-r--r-- | action.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/action.php b/action.php index cc12f25c71..f98ae2b057 100644 --- a/action.php +++ b/action.php @@ -133,7 +133,7 @@ case 'delete-source': $linker = GedcomRecord::getInstance($xref, $WT_TREE); $old_gedcom = $linker->getGedcom(); $new_gedcom = FunctionsEdit::removeLinks($old_gedcom, $record->getXref()); - // FunctionsDb::fetch_all_links() does not take account of pending changes. The links (or even the + // FunctionsDb::fetch_all_links() does not take account of pending changes. The links (or even the // record itself) may have already been deleted. if ($old_gedcom !== $new_gedcom) { // If we have removed a link from a family to an individual, and it has only one member |
