mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-29 17:54:29 +01:00
Fix cache issue for listBoards()
This commit is contained in:
parent
bc9bf3ab4c
commit
12e9f5b4d9
@ -373,6 +373,7 @@ function mod_edit_board($boardName) {
|
||||
if ($config['cache']['enabled']) {
|
||||
cache::delete('board_' . $board['uri']);
|
||||
cache::delete('all_boards');
|
||||
cache::delete('all_boards_uri');
|
||||
}
|
||||
|
||||
modLog('Deleted board: ' . sprintf($config['board_abbreviation'], $board['uri']), false);
|
||||
|
Loading…
Reference in New Issue
Block a user