1
0
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:
8chan 2014-05-05 15:05:32 +00:00
parent bc9bf3ab4c
commit 12e9f5b4d9

View File

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