1
0
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:
Nils Adermann
2014-10-22 18:35:07 -04:00
parent b5594371ab
commit df72846b89
2 changed files with 5 additions and 5 deletions

View File

@@ -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);