fix wrong method call

This commit is contained in:
Daniel Seifert 2023-06-20 10:13:42 +02:00
parent ad8ba172e1
commit 37ec1f8b3c
Signed by: DanielS
GPG Key ID: 8A7C4C6ED1915C6F
1 changed files with 1 additions and 1 deletions

View File

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