mirror of
https://github.com/e107inc/e107.git
synced 2025-08-19 12:51:52 +02:00
Fixes fatal errors
This commit is contained in:
@@ -58,13 +58,13 @@ class list_forum
|
||||
}
|
||||
|
||||
|
||||
if(!$results = $this->parent->sql->gen($qry))
|
||||
if(!$results = $this->parent->e107->sql->gen($qry))
|
||||
{
|
||||
$list_data = LIST_FORUM_2;
|
||||
}
|
||||
else
|
||||
{
|
||||
$forumArray = $this->parent->sql->db_getList();
|
||||
$forumArray = $this->parent->e107->sql->db_getList();
|
||||
$path = e_PLUGIN."forum/";
|
||||
|
||||
foreach($forumArray as $forumInfo)
|
||||
|
Reference in New Issue
Block a user