mirror of
https://github.com/e107inc/e107.git
synced 2025-08-02 20:57:26 +02:00
Fixes #206 - missing global pointer
This commit is contained in:
@@ -21,6 +21,7 @@ class list_chatbox_menu
|
|||||||
function getListData()
|
function getListData()
|
||||||
{
|
{
|
||||||
$sql = e107::getDb();
|
$sql = e107::getDb();
|
||||||
|
$tp = e107::getParser();
|
||||||
$list_caption = $this->parent->settings['caption'];
|
$list_caption = $this->parent->settings['caption'];
|
||||||
$list_display = ($this->parent->settings['open'] ? "" : "none");
|
$list_display = ($this->parent->settings['open'] ? "" : "none");
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user