mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-24 12:03:21 +01:00
Merge branch 'prep-release-3.1.3' into develop-ascraeus
This commit is contained in:
commit
3e710fe393
@ -537,7 +537,8 @@ class permission implements \phpbb\db\migration\tool\tool_interface
|
||||
}
|
||||
|
||||
$sql = 'DELETE FROM ' . ACL_ROLES_DATA_TABLE . '
|
||||
WHERE ' . $this->db->sql_in_set('auth_option_id', $to_remove);
|
||||
WHERE ' . $this->db->sql_in_set('auth_option_id', $to_remove) . '
|
||||
AND role_id = ' . (int) $role_id;
|
||||
$this->db->sql_query($sql);
|
||||
break;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user