mirror of
https://github.com/e107inc/e107.git
synced 2025-08-16 11:36:08 +02:00
Fixes #151 - two more typo's causing errors (forum and list_new)
This commit is contained in:
@@ -203,7 +203,7 @@ class listclass
|
||||
*/
|
||||
function getContentSections($mode='')
|
||||
{
|
||||
$sql = $e107::getDb();
|
||||
$sql = e107::getDb();
|
||||
global $pref;
|
||||
|
||||
if (!$content_install = isset($pref['plug_installed']['content']))
|
||||
|
Reference in New Issue
Block a user