It looks like you're new here. If you want to get involved, click one of these buttons!
Ihave this problem
Severity: 8192
Message: The each() function is deprecated. This message will be suppressed on further calls
Filename: libraries/Asset.php
`Line Number: 1337
if (is_array($file))
{
$path_arr = each($file);
if (!is_numeric($path_arr['key']))
{
$module = $path_arr['key'];
$file = $path_arr['value'];
}
}`
Comments
Thanks for the report. This has been updated in the develop branch:
https://github.com/daylightstudio/FUEL-CMS/tree/develop