mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
Update privmsg.php
This commit is contained in:
parent
6646fce4b8
commit
aac3637825
@ -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'];
|
||||
|
Loading…
Reference in New Issue
Block a user