e107inc/e107

View on GitHub
e107_plugins/news/e_rss.php

Summary

Maintainability
A
0 mins
Test Coverage
F
1%

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

        $topic          = (!empty($parms['id']) && is_numeric($parms['id'])) ?  " AND news_category = ".intval($parms['id']) : '';
Severity: Minor
Found in e107_plugins/news/e_rss.php by phan

Argument 3 (subject) is 255 but \str_replace() takes array|string
Open

        $nobody_regexp  = "'(^|,)(".str_replace(",", "|", e_UC_NOBODY).")(,|$)'";
Severity: Minor
Found in e107_plugins/news/e_rss.php by phan

Call to undeclared method \e_db::db_getList
Open

        $tmp = $sql->db_getList();
Severity: Critical
Found in e107_plugins/news/e_rss.php by phan

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

        $limit          = vartrue($parms['limit'],10);
Severity: Minor
Found in e107_plugins/news/e_rss.php by phan

There are no issues that match your filters.

Category
Status