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