From 78f60b901ef54c989e88ea69fca0cb65e79430bf Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Thu, 6 Nov 2003 17:13:35 +0000 Subject: [PATCH] doh^2! git-svn-id: file:///svn/phpbb/trunk@4654 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/posting.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/posting.php b/phpBB/posting.php index 393c34270f..d1905a8f86 100644 --- a/phpBB/posting.php +++ b/phpBB/posting.php @@ -794,7 +794,7 @@ if (!sizeof($error) && $preview) include($phpbb_root_path . 'includes/functions_display.' . $phpEx); $extensions = $update_count = array(); - $template->assign_block_var('S_HAS_ATTACHMENTS', TRUE); + $template->assign_var('S_HAS_ATTACHMENTS', TRUE); display_attachments('attachment', $message_parser->attachment_data, $update_count, TRUE); } }