diff options
Diffstat (limited to 'phpBB/modules/acp/acp_forums.php')
-rw-r--r-- | phpBB/modules/acp/acp_forums.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/modules/acp/acp_forums.php b/phpBB/modules/acp/acp_forums.php index 30a038c611..d568fd2caf 100644 --- a/phpBB/modules/acp/acp_forums.php +++ b/phpBB/modules/acp/acp_forums.php @@ -26,7 +26,7 @@ class acp_forums function main($id, $mode) { - global $db, $user, $auth, $template, $config; + global $db, $user, $auth, $template; $user->add_lang('acp/forums'); $this->tpl_name = 'acp_forums'; @@ -1628,7 +1628,7 @@ class acp_forums */ function delete_forum_content($forum_id) { - global $db, $config; + global $db; include_once(PHPBB_ROOT_PATH . 'includes/functions_posting.' . PHP_EXT); |