daylightstudio/FUEL-CMS-Locations-Module

Zip_codes_model.php Error

Opened this issue · 1 comments

If line 2:
require_once(FUEL_PATH.'models/base_module_model.php');
is left in, there is an error:

Fatal error: Cannot declare class Base_module_model, because the name is already in use in /www/mobfuel/fuel/modules/fuel/models/base_module_model.php on line 0

Will push a fix after investigating.

This line needs to be commented out and it works for the time being.

I've pushed a fix to change the casing of base_module_model.php to Base_module_model.php