From 34d191659df15a1c05cc98c6b86fc381f4dd3332 Mon Sep 17 00:00:00 2001 From: Roman Kelesidis Date: Mon, 5 Feb 2024 19:15:21 +0700 Subject: [PATCH] Update privmsg.php --- privmsg.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/privmsg.php b/privmsg.php index 25998a0b..c2570ab5 100644 --- a/privmsg.php +++ b/privmsg.php @@ -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'];