diff options
Diffstat (limited to 'app/Stats.php')
| -rw-r--r-- | app/Stats.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Stats.php b/app/Stats.php index e68d40ccd6..aa986a3fe7 100644 --- a/app/Stats.php +++ b/app/Stats.php @@ -1567,7 +1567,7 @@ class Stats foreach ($rows as $row) { if (preg_match('/\n1 ' . $fact . '(?:\n[2-9].*)*\n2 PLAC (.+)/', $row->ged, $match)) { if ($country) { - $tmp = explode(Place::GEDCOM_SEPARATOR, $match[1]); + $tmp = explode(Gedcom::PLACE_SEPARATOR, $match[1]); $place = end($tmp); } else { $place = $match[1]; |
