e107inc/e107

View on GitHub
e107_plugins/download/e_rss.php

Summary

Maintainability
A
0 mins
Test Coverage
F
1%

Variable $e107 is undeclared
Open

            $rss[$i]['link']             = $e107->base_path."download/download.php?view.".$value['download_id']; // TODO SEF URL
Severity: Minor
Found in e107_plugins/download/e_rss.php by phan

Variable $e107 is undeclared
Open

            $rss[$i]['enc_url']         = $e107->base_path."download/request.php?".$value['download_id']; // TODO SEF URL
Severity: Minor
Found in e107_plugins/download/e_rss.php by phan

Variable $e107 is undeclared
Open

            $rss[$i]['category_link']     = $e107->base_path."download/download.php?list.".$value['download_category_id']; // TODO SEF URL
Severity: Minor
Found in e107_plugins/download/e_rss.php by phan

Call to undeclared method \e_db::db_getList
Open

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

There are no issues that match your filters.

Category
Status