mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-24 20:13:22 +01:00
Merge PR #1008 branch 'EXreaction/ticket/11140' into develop
* EXreaction/ticket/11140: [ticket/11140] Fix an error from an incorrect variable name
This commit is contained in:
commit
74e41e79d1
@ -251,7 +251,7 @@ function mcp_front_view($id, $mode, $action)
|
||||
|
||||
'ORDER_BY' => 'p.message_time DESC',
|
||||
);
|
||||
$sql_ary = $db->sql_build_query('SELECT', $sql_ary);
|
||||
$sql = $db->sql_build_query('SELECT', $sql_ary);
|
||||
$result = $db->sql_query_limit($sql, 5);
|
||||
|
||||
$pm_by_id = $pm_list = array();
|
||||
|
Loading…
x
Reference in New Issue
Block a user