diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2004-03-06 16:58:34 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2004-03-06 16:58:34 +0000 |
| commit | 635d18d279769cfc48ecf1b83e717d3149b663d1 (patch) | |
| tree | 482f74c24b04366b86ee8712c225b2807e4bf347 /phpBB/posting.php | |
| parent | 91811b8289f733032e00f022a7a39a673ebb73c8 (diff) | |
| download | forums-635d18d279769cfc48ecf1b83e717d3149b663d1.tar forums-635d18d279769cfc48ecf1b83e717d3149b663d1.tar.gz forums-635d18d279769cfc48ecf1b83e717d3149b663d1.tar.bz2 forums-635d18d279769cfc48ecf1b83e717d3149b663d1.tar.xz forums-635d18d279769cfc48ecf1b83e717d3149b663d1.zip | |
minor adjustments
git-svn-id: file:///svn/phpbb/trunk@4859 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/posting.php')
| -rw-r--r-- | phpBB/posting.php | 4 |
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) |
