mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 08:47:45 +02:00
- 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
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user