summaryrefslogtreecommitdiff
path: root/library/WT/Controller/Lifespan.php
diff options
context:
space:
mode:
Diffstat (limited to 'library/WT/Controller/Lifespan.php')
-rw-r--r--library/WT/Controller/Lifespan.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/WT/Controller/Lifespan.php b/library/WT/Controller/Lifespan.php
index 0271965738..22a097a497 100644
--- a/library/WT/Controller/Lifespan.php
+++ b/library/WT/Controller/Lifespan.php
@@ -221,7 +221,7 @@ class WT_Controller_Lifespan extends WT_Controller_Page {
$this->pids[]=$parent->getXref();
}
foreach ($family->getChildren() as $sibling) {
- if ($person != $sibling) {
+ if ($person !== $sibling) {
$this->pids[]=$sibling->getXref();
}
}