aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/posting.php
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2016-08-21 09:51:26 +0200
committerMarc Alexander <admin@m-a-styles.de>2016-08-21 09:51:26 +0200
commit06bfae8edbd983a4b1c9e01ed3e05e6c8145b50c (patch)
treec0b1474ac507e3377d8080eb42444566af645458 /phpBB/posting.php
parentf054ab972d40d3aba8022fb3f2ddec04d379c517 (diff)
parentb14043b276f9007efcedfd49c17445835f4f8bbb (diff)
downloadforums-06bfae8edbd983a4b1c9e01ed3e05e6c8145b50c.tar
forums-06bfae8edbd983a4b1c9e01ed3e05e6c8145b50c.tar.gz
forums-06bfae8edbd983a4b1c9e01ed3e05e6c8145b50c.tar.bz2
forums-06bfae8edbd983a4b1c9e01ed3e05e6c8145b50c.tar.xz
forums-06bfae8edbd983a4b1c9e01ed3e05e6c8145b50c.zip
Merge branch '3.1.x' into 3.2.x
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 4986909148..516f94f323 100644
--- a/phpBB/posting.php
+++ b/phpBB/posting.php
@@ -1756,6 +1756,7 @@ $page_data = array(
'L_POST_A' => $page_title,
'L_ICON' => ($mode == 'reply' || $mode == 'quote' || ($mode == 'edit' && $post_id != $post_data['topic_first_post_id'])) ? $user->lang['POST_ICON'] : $user->lang['TOPIC_ICON'],
'L_MESSAGE_BODY_EXPLAIN' => $user->lang('MESSAGE_BODY_EXPLAIN', (int) $config['max_post_chars']),
+ 'L_DELETE_POST_PERMANENTLY' => $user->lang('DELETE_POST_PERMANENTLY', 1),
'FORUM_NAME' => $post_data['forum_name'],
'FORUM_DESC' => ($post_data['forum_desc']) ? generate_text_for_display($post_data['forum_desc'], $post_data['forum_desc_uid'], $post_data['forum_desc_bitfield'], $post_data['forum_desc_options']) : '',