forked from GithubBackups/vichan
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']) {
|
if ($config['cache']['enabled']) {
|
||||||
cache::delete('board_' . $board['uri']);
|
cache::delete('board_' . $board['uri']);
|
||||||
cache::delete('all_boards');
|
cache::delete('all_boards');
|
||||||
|
cache::delete('all_boards_uri');
|
||||||
}
|
}
|
||||||
|
|
||||||
modLog('Deleted board: ' . sprintf($config['board_abbreviation'], $board['uri']), false);
|
modLog('Deleted board: ' . sprintf($config['board_abbreviation'], $board['uri']), false);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user