fuel / parser

Fuel PHP Framework - v1.x template parser package adapters
http://fuelphp.com
64 stars 45 forks source link

Smarty_Fuel_Extension::asset_find_file parameter miss. #86

Closed lynrin closed 9 years ago

lynrin commented 9 years ago

I found a bug in asset_find_file method of Smarty_Fuel_Extension class.

- Asset :: find_file ($ params ['file'], $ params ['file'], $ folder);
+ Asset :: find_file ($ params ['file'], $ params ['type'], $ folder);

It will work correctly with this fix.