mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
this will make so many things so much easier
git-svn-id: file:///svn/phpbb/trunk@7207 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
5e797fbb17
commit
3aa765f980
1 changed files with 5 additions and 4 deletions
|
@ -873,6 +873,7 @@ function compose_pm($id, $mode, $action)
|
|||
'MINI_POST_IMG' => $user->img('icon_post_target', $user->lang['PM']),
|
||||
'ERROR' => (sizeof($error)) ? implode('<br />', $error) : '',
|
||||
|
||||
'S_COMPOSE_PM' => true,
|
||||
'S_EDIT_POST' => ($action == 'edit'),
|
||||
'S_SHOW_PM_ICONS' => $s_pm_icons,
|
||||
'S_BBCODE_ALLOWED' => $bbcode_status,
|
||||
|
|
Loading…
Add table
Reference in a new issue