Asset.php

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

Sign In or Register to comment.