codenitive / fuel-hybrid

A collection of classes to help your code hotter than before
http://codenitive.github.com/fuel-hybrid
MIT License
19 stars 3 forks source link

Unable to find file with new \Fuel\Core\Finder class #122

Closed crynobone closed 13 years ago

crynobone commented 13 years ago

Can be fixed by:

$files = \Finder::instance()->list_files(rtrim('views/'.$path, '/'), '*.*');