e107_plugins/download/e_upload.php
Suspicious array access to ?mixed
Open
Open
$val['download_category_sub'] = (!empty($val['download_category_sub'])) ? $val['download_category_sub'] : array();
- Exclude checks
Argument 2 (fields)
is true
but \e_db::retrieve()
takes string
defined at /code/e107_handlers/e_db_interface.php:153
Open
Open
if (!$data = $sql->retrieve($qry,true))
- Exclude checks