From 7487bfce48dd90ea370c8a40e67a75b814f2eb37 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Wed, 10 Mar 2004 20:30:26 +0000 Subject: - check for array [lang] - admin_forums delete routine updated - added extension groups per forum git-svn-id: file:///svn/phpbb/trunk@4861 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/viewtopic.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/viewtopic.php') diff --git a/phpBB/viewtopic.php b/phpBB/viewtopic.php index 48f9152e4a..cef6bd1a7e 100644 --- a/phpBB/viewtopic.php +++ b/phpBB/viewtopic.php @@ -1179,7 +1179,7 @@ for ($i = 0; $i < count($post_list); ++$i) if (sizeof($attachments[$row['post_id']])) { $tpl = &$attachments[$row['post_id']]; - $tpl = display_attachments(NULL, $tpl, $update_count, false, true); + $tpl = display_attachments($forum_id, NULL, $tpl, $update_count, false, true); $tpl_size = sizeof($tpl); $unset_tpl = array(); -- cgit v1.2.1