mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-13 04:04:12 +02:00
[ticket/15850] Fix "Duplicate entry" for notification types
PHPBB3-15850
This commit is contained in:
@@ -394,6 +394,6 @@ class board extends \phpbb\notification\method\base
|
||||
WHERE notification_type_id = ' . (int) $notification_type_id;
|
||||
$this->db->sql_query($sql);
|
||||
|
||||
$this->cache->destroy('notification_type_ids');
|
||||
$this->cache->destroy('sql', $this->notification_types_table);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user