This commit is contained in:
Roman Kelesidis 2023-11-18 10:42:55 +07:00
parent 46037cee9b
commit 0181abd265
2 changed files with 4 additions and 0 deletions

View File

@ -668,6 +668,7 @@ if ($userdata['user_level'] == GROUP_MEMBER || IS_AM)
}
}
// Assign posting title & hidden fields
$page_title = '';
$hidden_form_fields = '<input type="hidden" name="mode" value="' . $mode . '" />';

View File

@ -1285,6 +1285,9 @@ else if ( $submit || $refresh || $mode != '' )
$template->assign_block_vars('switch_privmsg', array());
$template->assign_var('POSTING_USERNAME');
//
// Assign posting title & hidden fields
//
$post_a = false;
if ( $mode == 'post' )
{