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
43b415d045
commit
c550af26d5
@ -72,6 +72,14 @@ $template->assign_vars(array(
|
||||
'QUICK_REPLY' => ($bb_cfg['show_quick_reply'] && $folder == 'inbox' && $mode == 'read'),
|
||||
));
|
||||
|
||||
//
|
||||
// Set mode for quick reply
|
||||
//
|
||||
if (empty($mode) && $bb_cfg['show_quick_reply'] && ($folder == 'inbox') && $preview)
|
||||
{
|
||||
$mode = 'reply';
|
||||
}
|
||||
|
||||
//
|
||||
// Cancel
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user