fix wrong method call
This commit is contained in:
parent
ad8ba172e1
commit
37ec1f8b3c
@ -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__,
|
||||
|
Loading…
Reference in New Issue
Block a user