From 7fe2d484ab1d4597f2bf9c19c771dfa358f1036d Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Tue, 15 May 2012 00:19:02 +0200 Subject: [PATCH] Fix incorrect config_name in portal_recent.php --- root/portal/modules/portal_recent.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/portal/modules/portal_recent.php b/root/portal/modules/portal_recent.php index 9eb75107..65d3dc2d 100644 --- a/root/portal/modules/portal_recent.php +++ b/root/portal/modules/portal_recent.php @@ -65,7 +65,7 @@ class portal_recent_module { $exclude_forums = explode(',', $config['board3_recent_forum_' . $module_id]); - $sql_where = ' AND ' . $db->sql_in_set('forum_id', array_map('intval', $exclude_forums), ($config['board3_exclude_forums_' . $module_id]) ? true : false); + $sql_where = ' AND ' . $db->sql_in_set('forum_id', array_map('intval', $exclude_forums), ($config['board3_recent_exclude_forums_' . $module_id]) ? true : false); } // Get a list of forums the user cannot read