e107_plugins/news/e_rss.php
When fetching an array index from a value of type string,
found an array index of type 'id',
but expected the index to be of type int
Open
Open
$topic = (!empty($parms['id']) && is_numeric($parms['id'])) ? " AND news_category = ".intval($parms['id']) : '';
- Exclude checks
Argument 3 (subject)
is 255
but \str_replace()
takes array|string
Open
Open
$nobody_regexp = "'(^|,)(".str_replace(",", "|", e_UC_NOBODY).")(,|$)'";
- Exclude checks
Call to undeclared method \e_db::db_getList
Open
Open
$tmp = $sql->db_getList();
- Exclude checks
When fetching an array index from a value of type string,
found an array index of type 'limit',
but expected the index to be of type int
Open
Open
$limit = vartrue($parms['limit'],10);
- Exclude checks