summaryrefslogtreecommitdiff
path: root/edit_interface.php
diff options
context:
space:
mode:
Diffstat (limited to 'edit_interface.php')
-rw-r--r--edit_interface.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/edit_interface.php b/edit_interface.php
index ccec9bec65..1f970aae66 100644
--- a/edit_interface.php
+++ b/edit_interface.php
@@ -1873,7 +1873,7 @@ case 'changefamily_update':
}
foreach ($old_children as $old_child) {
- if (!in_array($old_child, $new_children) {
+ if (!in_array($old_child, $new_children)) {
// Remove old FAMC link
foreach ($old_child->getFacts('FAMC') as $fact) {
if ($fact->getTarget() == $family) {