aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenry Sudhof <kellanved@phpbb.com>2007-05-21 12:30:14 +0000
committerHenry Sudhof <kellanved@phpbb.com>2007-05-21 12:30:14 +0000
commit93c91c4a91bebc81424b5a4244f7129ab119c6c9 (patch)
treedc01b4d6d7ceae15e826e1fdf550bf6529cef3af
parentbeeb2281cd3c4c20ae960a1ebbe19e0d0b5a4b92 (diff)
downloadforums-93c91c4a91bebc81424b5a4244f7129ab119c6c9.tar
forums-93c91c4a91bebc81424b5a4244f7129ab119c6c9.tar.gz
forums-93c91c4a91bebc81424b5a4244f7129ab119c6c9.tar.bz2
forums-93c91c4a91bebc81424b5a4244f7129ab119c6c9.tar.xz
forums-93c91c4a91bebc81424b5a4244f7129ab119c6c9.zip
#11257
... 96 bugs on the wall ... git-svn-id: file:///svn/phpbb/trunk@7659 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r--phpBB/posting.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/posting.php b/phpBB/posting.php
index 77f8aa720d..599b7ddae7 100644
--- a/phpBB/posting.php
+++ b/phpBB/posting.php
@@ -1249,6 +1249,7 @@ $template->assign_vars(array(
'S_BBCODE_ALLOWED' => $bbcode_status,
'S_BBCODE_CHECKED' => ($bbcode_checked) ? ' checked="checked"' : '',
'S_SMILIES_ALLOWED' => $smilies_status,
+ 'S_SHOW_SMILEY_LINK' => $smilies_status,
'S_SMILIES_CHECKED' => ($smilies_checked) ? ' checked="checked"' : '',
'S_SIG_ALLOWED' => ($auth->acl_get('f_sigs', $forum_id) && $config['allow_sig'] && $user->data['is_registered']) ? true : false,
'S_SIGNATURE_CHECKED' => ($sig_checked) ? ' checked="checked"' : '',