summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/Fact.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Fact.php b/app/Fact.php
index 42d80c44d1..d4a8b9e88e 100644
--- a/app/Fact.php
+++ b/app/Fact.php
@@ -283,7 +283,7 @@ class Fact
return $gedcom_service->readLatitude($match[1]);
}
- return 0.0;
+ return null;
}
/**
@@ -299,7 +299,7 @@ class Fact
return $gedcom_service->readLongitude($match[1]);
}
- return 0.0;
+ return null;
}
/**