aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/posting.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/posting.php')
-rw-r--r--phpBB/posting.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/posting.php b/phpBB/posting.php
index ef9a0d90ec..bf7ba6e293 100644
--- a/phpBB/posting.php
+++ b/phpBB/posting.php
@@ -125,7 +125,7 @@ if ($sql)
$post_edit_locked = (int) $post_edit_locked;
- $user->setup('posting', $forum_style);
+ $user->setup(array('posting', 'mcp'), $forum_style);
if ($forum_password)
{
@@ -343,7 +343,7 @@ if ($mode == 'delete' && (($poster_id == $user->data['user_id'] && $user->data['
$template->assign_vars(array(
'MESSAGE_TITLE' => $user->lang['DELETE_MESSAGE'],
- 'MESSAGE_TEXT' => $user->lang['CONFIRM_DELETE_POST'],
+ 'MESSAGE_TEXT' => $user->lang['DELETE_POST_CONFIRM'],
'S_CONFIRM_ACTION' => "posting.$phpEx$SID",
'S_HIDDEN_FIELDS' => $s_hidden_fields)