fix wrong method call

Cette révision appartient à :
Daniel Seifert 2023-06-20 10:13:42 +02:00
Parent ad8ba172e1
révision 37ec1f8b3c
Signé par: DanielS
ID de la clé GPG: 8A7C4C6ED1915C6F
1 fichiers modifiés avec 1 ajouts et 1 suppressions

Voir le fichier

@ -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__,