mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-05 16:27:38 +02:00
first round of custom profile changes
git-svn-id: file:///svn/phpbb/trunk@5965 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -703,7 +703,7 @@ function display_attachments($forum_id, $blockname, &$attachment_data, &$update_
|
||||
foreach ($attachment_data as $attachment)
|
||||
{
|
||||
// We need to reset/empty the _file block var, because this function might be called more than once
|
||||
$template->reset_block_vars('_file');
|
||||
$template->destroy_block_vars('_file');
|
||||
|
||||
$block_array = array();
|
||||
|
||||
|
Reference in New Issue
Block a user