Update privmsg.php

This commit is contained in:
Roman Kelesidis 2024-02-04 17:30:06 +07:00
parent 6646fce4b8
commit aac3637825

View File

@ -1202,7 +1202,7 @@ else if ( $submit || $refresh || $mode != '' )
$privmsg_message = '[quote="' . $to_username . '"]' . $privmsg_message . '[/quote]';
$mode = 'reply';
// $mode = 'reply';
}
}
else
@ -1298,6 +1298,11 @@ else if ( $submit || $refresh || $mode != '' )
$post_a = $lang['SEND_A_REPLY'];
$mode = 'post';
}
else if ( $mode == 'quote' )
{
$post_a = $lang['SEND_A_REPLY'];
$mode = 'post';
}
else if ( $mode == 'edit' )
{
$post_a = $lang['EDIT_MESSAGE'];