mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/13205] Explicitly cast ids to integers and reformat SQL
PHPBB3-13205
This commit is contained in:
@@ -248,7 +248,6 @@ class ucp_pm
|
||||
|
||||
if ($request->variable('mark', '') == 'all' && check_link_hash($request->variable('token', ''), 'mark_all_pms_read'))
|
||||
{
|
||||
// mark unread
|
||||
mark_folder_read($user->data['user_id'], $folder_id);
|
||||
|
||||
meta_refresh(3, $this->u_action);
|
||||
|
Reference in New Issue
Block a user