fix wrong method call

This commit is contained in:
Daniel Seifert 2023-06-20 10:13:42 +02:00
bovenliggende ad8ba172e1
commit 37ec1f8b3c
Getekend door: DanielS
GPG sleutel-ID: 8A7C4C6ED1915C6F
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen

Bestand weergeven

@ -264,7 +264,7 @@ class d3geoip extends BaseModel
&& $oCountry->getId() && $oCountry->getFieldData('d3geoiplang') > -1
) {
$language = (int) $oCountry->getFieldData('d3geoiplang');
$this->_getModConfig()->info(
$this->_getModConfig()->d3getLog()->info(
__CLASS__,
__FUNCTION__,
__LINE__,