1
0
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:
Moc
2013-03-29 00:03:36 +01:00
parent f1c41828f1
commit 209e884ab7
2 changed files with 3 additions and 3 deletions

View File

@@ -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']))