e107inc/e107

View on GitHub
e107_plugins/forum/e_list.php

Summary

Maintainability
A
0 mins
Test Coverage
F
40%

Reference to undeclared property \list_forum->parent
Open

        $bullet = $this->parent->getBullet($this->parent->settings['icon']);
Severity: Minor
Found in e107_plugins/forum/e_list.php by phan

Reference to undeclared property \list_forum->parent
Open

            ORDER BY t.thread_lastpost DESC LIMIT 0," . intval($this->parent->settings['amount']);
Severity: Minor
Found in e107_plugins/forum/e_list.php by phan

Reference to undeclared property \list_forum->parent (Did you mean $parent)
Open

        $this->parent = $parent;
Severity: Minor
Found in e107_plugins/forum/e_list.php by phan

Reference to undeclared property \list_forum->parent
Open

                $record['category'] = ($this->parent->settings['category'] ? '<a href="' . e107::url('forum', 'forum', array('forum_sef' => $row['forum_sef'])) . '">' . $row['forum_name'] . '</a>' : "");
Severity: Minor
Found in e107_plugins/forum/e_list.php by phan

Reference to undeclared property \list_forum->parent
Open

            $lvisit = $this->parent->getlvisit();
Severity: Minor
Found in e107_plugins/forum/e_list.php by phan

Reference to undeclared property \list_forum->parent
Open

                $record['date'] = ($this->parent->settings['date'] ? $this->parent->getListDate($row['thread_datestamp']) : "");
Severity: Minor
Found in e107_plugins/forum/e_list.php by phan

Reference to undeclared property \list_forum->parent
Open

        if($this->parent->mode == 'new_page' || $this->parent->mode == 'new_menu')
Severity: Minor
Found in e107_plugins/forum/e_list.php by phan

Reference to undeclared property \list_forum->parent
Open

        $list_display = ($this->parent->settings['open'] ? "" : "none");
Severity: Minor
Found in e107_plugins/forum/e_list.php by phan

Reference to undeclared property \list_forum->parent
Open

            $forumArray = $this->parent->e107->sql->db_getList();
Severity: Minor
Found in e107_plugins/forum/e_list.php by phan

Reference to undeclared property \list_forum->parent
Open

                $record['author'] = ($this->parent->settings['author'] ? ($row['thread_anon'] ? $row['thread_user'] : $userlink) : "");
Severity: Minor
Found in e107_plugins/forum/e_list.php by phan

Reference to undeclared property \list_forum->parent
Open

                $rowheading = $this->parent->parse_heading($row['parent_name']);
Severity: Minor
Found in e107_plugins/forum/e_list.php by phan

Reference to undeclared property \list_forum->parent
Open

        $list_caption = $this->parent->settings['caption'];
Severity: Minor
Found in e107_plugins/forum/e_list.php by phan

Reference to undeclared property \list_forum->parent
Open

            ORDER BY tp.post_datestamp DESC LIMIT 0," . intval($this->parent->settings['amount']);
Severity: Minor
Found in e107_plugins/forum/e_list.php by phan

Reference to undeclared property \list_forum->parent
Open

        if(!$results = $this->parent->e107->sql->gen($qry))
Severity: Minor
Found in e107_plugins/forum/e_list.php by phan

There are no issues that match your filters.

Category
Status