summaryrefslogtreecommitdiff
path: root/includes/controllers/ancestry_ctrl.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/controllers/ancestry_ctrl.php')
-rw-r--r--includes/controllers/ancestry_ctrl.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/controllers/ancestry_ctrl.php b/includes/controllers/ancestry_ctrl.php
index ee3a4960e8..d0de373820 100644
--- a/includes/controllers/ancestry_ctrl.php
+++ b/includes/controllers/ancestry_ctrl.php
@@ -140,7 +140,7 @@ class AncestryController extends BaseController {
$parents = false;
$famrec = "";
$famid = "";
- foreach($famids as $famid=>$family) {
+ foreach ($famids as $famid=>$family) {
if (!is_null($family)) {
$famrec = $family->getGedcomRecord();
$parents = find_parents_in_record($famrec);