diff --git a/module/CLI/src/Util/GeolocationDbUpdater.php b/module/CLI/src/Util/GeolocationDbUpdater.php index b74ebdac..fd40fc15 100644 --- a/module/CLI/src/Util/GeolocationDbUpdater.php +++ b/module/CLI/src/Util/GeolocationDbUpdater.php @@ -52,7 +52,7 @@ class GeolocationDbUpdater implements GeolocationDbUpdaterInterface } $meta = $this->geoLiteDbReader->metadata(); - if ($this->buildIsTooOld($meta->__get('buildEpoch'))) { + if ($this->buildIsTooOld($meta->buildEpoch)) { $this->downloadNewDb(true, $mustBeUpdated, $handleProgress); } }