summaryrefslogtreecommitdiff
path: root/includes/controllers/ancestry_ctrl.php
diff options
context:
space:
mode:
authorfisharebest <fisharebest@gmail.com>2010-10-30 19:40:24 +0000
committerfisharebest <fisharebest@gmail.com>2010-10-30 19:40:24 +0000
commit1b31889382cf05c88218446919a18b377b17a96b (patch)
tree28a9ef7f8c82824f8481c3a6d07cc8162449f8fc /includes/controllers/ancestry_ctrl.php
parentfe8b71f311753b6bb7be62b697035e420fb5f056 (diff)
downloadwebtrees-1b31889382cf05c88218446919a18b377b17a96b.tar.gz
webtrees-1b31889382cf05c88218446919a18b377b17a96b.tar.bz2
webtrees-1b31889382cf05c88218446919a18b377b17a96b.zip
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);