mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-17 15:11:40 +02:00
[ticket/11140] Fix an error from an incorrect variable name
PHPBB3-11140
This commit is contained in:
@@ -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();
|
||||||
|
Reference in New Issue
Block a user