1
0
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:
Moc 2013-05-03 14:35:14 +02:00
parent 5fcc29bd2e
commit e58cdd4b82

View File

@ -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");