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
ba0bcdf174
commit
34d191659d
@ -1097,6 +1097,10 @@ else if ( $submit || $refresh || $mode != '' )
|
||||
{
|
||||
$page_title = $lang['POST_REPLY_PM'];
|
||||
}
|
||||
else if ( $mode == 'quote' )
|
||||
{
|
||||
$page_title = $lang['POST_QUOTE_PM'];
|
||||
}
|
||||
else if ( $mode == 'edit' )
|
||||
{
|
||||
$page_title = $lang['EDIT_PM'];
|
||||
|
Loading…
Reference in New Issue
Block a user