mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -251,7 +251,7 @@ function mcp_front_view($id, $mode, $action)
|
||||||
|
|
||||||
'ORDER_BY' => 'p.message_time DESC',
|
'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);
|
$result = $db->sql_query_limit($sql, 5);
|
||||||
|
|
||||||
$pm_by_id = $pm_list = array();
|
$pm_by_id = $pm_list = array();
|
||||||
|
|
Loading…
Add table
Reference in a new issue