aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_display.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2006-05-25 19:15:04 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2006-05-25 19:15:04 +0000
commitfec41273a4ae2f24ec8beb11dc473222cfd04b53 (patch)
tree9ba645f3829d1391c1b18904b813c16519f00beb /phpBB/includes/functions_display.php
parenta59f59de21aa0abc311cd4601939c08259413d95 (diff)
downloadforums-fec41273a4ae2f24ec8beb11dc473222cfd04b53.tar
forums-fec41273a4ae2f24ec8beb11dc473222cfd04b53.tar.gz
forums-fec41273a4ae2f24ec8beb11dc473222cfd04b53.tar.bz2
forums-fec41273a4ae2f24ec8beb11dc473222cfd04b53.tar.xz
forums-fec41273a4ae2f24ec8beb11dc473222cfd04b53.zip
first round of custom profile changes
git-svn-id: file:///svn/phpbb/trunk@5965 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/functions_display.php')
-rw-r--r--phpBB/includes/functions_display.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_display.php b/phpBB/includes/functions_display.php
index 7dc2fe9a98..407a592c13 100644
--- a/phpBB/includes/functions_display.php
+++ b/phpBB/includes/functions_display.php
@@ -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();