From 8ac4f955ca10484bdda152e5449feecb126df235 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dark=E2=9D=B6?= Date: Sun, 28 Jul 2019 18:36:37 +0530 Subject: [PATCH] [ticket/16111] Add core.message_history_modify_sql_ary PHPBB3-16111 --- phpBB/includes/functions_privmsgs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/includes/functions_privmsgs.php b/phpBB/includes/functions_privmsgs.php index 0806120f21..f07512d623 100644 --- a/phpBB/includes/functions_privmsgs.php +++ b/phpBB/includes/functions_privmsgs.php @@ -2004,7 +2004,7 @@ function message_history($msg_id, $user_id, $message_row, $folder, $in_post_mode } $sql_ary = array( - 'SELECT' => 'SELECT t.*, p.*, u.*', + 'SELECT' => 't.*, p.*, u.*', 'FROM' => array( PRIVMSGS_TABLE => 'p', PRIVMSGS_TO_TABLE => 't',