mirror of
https://github.com/e107inc/e107.git
synced 2025-01-17 20:58:30 +01:00
Fixes #206 - missing global pointer
This commit is contained in:
parent
5fcc29bd2e
commit
e58cdd4b82
@ -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");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user