hi,
in function ip_locator_country() on line 74
if($_SESSION['ip_locator_country_code']) {should be replaced by if(isset($_SESSION['ip_locator_country_code'])) else it will throw php warnings..
cya
hi,
in function ip_locator_country() on line 74
if($_SESSION['ip_locator_country_code']) {should be replaced by if(isset($_SESSION['ip_locator_country_code'])) else it will throw php warnings..
cya
Comments
Comment #1
he_who_shall_not_be_named commentedFixed in 6.x-0.7. Thanks.
Comment #2
he_who_shall_not_be_named commented