aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/posting.php
diff options
context:
space:
mode:
authorPayBas <contact@paybas.com>2014-04-06 17:41:09 +0200
committerPayBas <contact@paybas.com>2014-04-06 17:41:09 +0200
commit66dad8d2fbc5820de0b31c4f9953ce5ce218cae9 (patch)
treef1d0b9c98ec068cb6eaefc9abc6281d0d07f19d2 /phpBB/posting.php
parent0e88f0db4ad728ed071f42301ee7196c8bf1c2ab (diff)
downloadforums-66dad8d2fbc5820de0b31c4f9953ce5ce218cae9.tar
forums-66dad8d2fbc5820de0b31c4f9953ce5ce218cae9.tar.gz
forums-66dad8d2fbc5820de0b31c4f9953ce5ce218cae9.tar.bz2
forums-66dad8d2fbc5820de0b31c4f9953ce5ce218cae9.tar.xz
forums-66dad8d2fbc5820de0b31c4f9953ce5ce218cae9.zip
[ticket/12364] Add template identifier var to all missing pages
PHPBB3-12364
Diffstat (limited to 'phpBB/posting.php')
-rw-r--r--phpBB/posting.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/posting.php b/phpBB/posting.php
index ef90c229da..6b48470552 100644
--- a/phpBB/posting.php
+++ b/phpBB/posting.php
@@ -1544,6 +1544,7 @@ $template->assign_vars(array(
'S_POST_ACTION' => $s_action,
'S_HIDDEN_FIELDS' => $s_hidden_fields,
'S_ATTACH_DATA' => json_encode($message_parser->attachment_data),
+ 'S_IN_POSTING' => true,
));
/**