diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2004-03-10 20:30:26 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2004-03-10 20:30:26 +0000 |
| commit | 7487bfce48dd90ea370c8a40e67a75b814f2eb37 (patch) | |
| tree | 0896d08ec9993dc920de00ebdcaf9c59eb0792fa /phpBB/viewtopic.php | |
| parent | c235dced700cd0223ac36880a25ff25110d8d6f4 (diff) | |
| download | forums-7487bfce48dd90ea370c8a40e67a75b814f2eb37.tar forums-7487bfce48dd90ea370c8a40e67a75b814f2eb37.tar.gz forums-7487bfce48dd90ea370c8a40e67a75b814f2eb37.tar.bz2 forums-7487bfce48dd90ea370c8a40e67a75b814f2eb37.tar.xz forums-7487bfce48dd90ea370c8a40e67a75b814f2eb37.zip | |
- 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
Diffstat (limited to 'phpBB/viewtopic.php')
| -rw-r--r-- | phpBB/viewtopic.php | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |
