e107inc/e107

View on GitHub
e107_plugins/chatbox_menu/e_list.php

Summary

Maintainability
A
0 mins
Test Coverage
F
2%

Reference to undeclared property \list_chatbox_menu->parent
Open

            while($row = $this->parent->e107->sql->fetch())
Severity: Minor
Found in e107_plugins/chatbox_menu/e_list.php by phan

Reference to undeclared property \list_chatbox_menu->parent
Open

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

Reference to undeclared property \list_chatbox_menu->parent
Open

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

Reference to undeclared property \list_chatbox_menu->parent
Open

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

Variable $list_data was undeclared, but array fields are being added to it.
Open

                $list_data[] = $record;
Severity: Info
Found in e107_plugins/chatbox_menu/e_list.php by phan

Reference to undeclared property \list_chatbox_menu->parent
Open

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

Reference to undeclared property \list_chatbox_menu->parent
Open

                $record['author'] = ($this->parent->settings['author'] ? ($cb_id != 0 ? $userlink : $cb_nick) : "");
Severity: Minor
Found in e107_plugins/chatbox_menu/e_list.php by phan

Reference to undeclared property \list_chatbox_menu->parent
Open

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

Reference to undeclared property \list_chatbox_menu->parent
Open

        if(!$chatbox_posts = $this->parent->e107->sql->gen("SELECT * FROM #chatbox WHERE ".$qry))
Severity: Minor
Found in e107_plugins/chatbox_menu/e_list.php by phan

Variable $record was undeclared, but array fields are being added to it.
Open

                $record['icon'] = $bullet;
Severity: Info
Found in e107_plugins/chatbox_menu/e_list.php by phan

Reference to undeclared property \list_chatbox_menu->parent
Open

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

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

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

Reference to undeclared property \list_chatbox_menu->parent
Open

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

There are no issues that match your filters.

Category
Status