i got an error on this component with joomla3 and i'm not know what should i do due to make it ok: the error is :
( ! ) Deprecated: The each() function is deprecated. This message will be suppressed on further calls in D:\wamp64\www\tesla36034\components\com_accessmanager\checkaccess2.php on line 551
and this line is:
$temp = $asset_array['core.login.admin'];       
    for($n = 0; $n < count($temp); $n++){
        $row = each($temp);
        if($row['value']=='1'){                         
            $this->set_backend_usergroup($row['key']);
        }
    }
 
    