mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-02-01 04:25:46 +01:00
Fix cache issue for listBoards()
This commit is contained in:
parent
6416152794
commit
47f553c8a2
@ -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…
x
Reference in New Issue
Block a user