1
0
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:
Jakub Senko
2018-10-18 13:01:29 +02:00
parent 7e003bf687
commit 175ffa869b
2 changed files with 10 additions and 23 deletions

View File

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