mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-28 12:30:42 +02:00
[ticket/14953] Use ORDER_BY instead of incorrect ORDER for sql query
PHPBB3-14953
This commit is contained in:
@@ -547,7 +547,7 @@ function get_pm_from($folder_id, $folder, $user_id)
|
||||
AND $folder_sql
|
||||
AND t.msg_id = p.msg_id
|
||||
$sql_limit_time",
|
||||
'ORDER' => $sql_sort_order,
|
||||
'ORDER_BY' => $sql_sort_order,
|
||||
);
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user