e107inc/e107

View on GitHub
e107_plugins/list_new/section/list_comment.php

Summary

Maintainability
A
0 mins
Test Coverage
A
95%

Reference to undeclared property \list_comment->parent
Open

                    $record['heading'] = "<a href='".$row['comment_url']."'>".$this->parent->e107->tp->toHTML($rowheading, true)."</a>";

Reference to undeclared property \list_comment->parent
Open

                    $record['heading'] = $this->parent->e107->tp->toHTML($rowheading, true);

Reference to undeclared property \list_comment->parent
Open

                $record['author'] = (vartrue($this->parent->settings['author']) ? $row['comment_author'] : '');

Reference to undeclared property \list_comment->parent
Open

        $data = $cobj->getCommentData(intval($this->parent->settings['amount']), '0', $qry);

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

        $this->parent = $parent;

Reference to undeclared property \list_comment->parent
Open

                $rowheading = $this->parent->parse_heading($row['comment_title']);

Reference to undeclared property \list_comment->parent
Open

            $qry = "comment_datestamp>".$this->parent->getlvisit();

Reference to undeclared property \list_comment->parent
Open

        $bullet = $this->parent->getBullet($this->parent->settings['icon']);

Reference to undeclared property \list_comment->parent
Open

        $list_display = ($this->parent->settings['open'] ? "" : "none");

Reference to undeclared property \list_comment->parent
Open

        if($this->parent->mode == "new_page" || $this->parent->mode == "new_menu" )

Reference to undeclared property \list_comment->parent
Open

                if(vartrue($this->parent->settings['category']))

Reference to undeclared property \list_comment->parent
Open

                $record['date'] = (vartrue($this->parent->settings['date']) ? $this->parent->getListDate($row['comment_datestamp']) : "");

Reference to undeclared property \list_comment->parent
Open

        $list_caption = $this->parent->settings['caption'];

There are no issues that match your filters.

Category
Status