Edit: Add these lines to fix it
In: /components/com_joomleague/helpers
Change:
Code: Select all
$country["ENG"]= Array("iso2" => "EN", "name" => "ENGLAND");
Than add:
Code: Select all
$convert2to3["EN"]="ENG";
Code: Select all
$convert3to2["ENG"]="EN";