aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/posting.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2003-11-06 17:13:35 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2003-11-06 17:13:35 +0000
commit78f60b901ef54c989e88ea69fca0cb65e79430bf (patch)
treec0860baf5b3dbb2a4cae9ccb576503cbb9cdfbf0 /phpBB/posting.php
parent457cdfdb6d76a609a6fd0bcd5a9a65d54f0a3e2c (diff)
downloadforums-78f60b901ef54c989e88ea69fca0cb65e79430bf.tar
forums-78f60b901ef54c989e88ea69fca0cb65e79430bf.tar.gz
forums-78f60b901ef54c989e88ea69fca0cb65e79430bf.tar.bz2
forums-78f60b901ef54c989e88ea69fca0cb65e79430bf.tar.xz
forums-78f60b901ef54c989e88ea69fca0cb65e79430bf.zip
doh^2!
git-svn-id: file:///svn/phpbb/trunk@4654 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/posting.php')
-rw-r--r--phpBB/posting.php2
1 files changed, 1 insertions, 1 deletions
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);
}
}