1
0
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:
8chan 2014-05-05 15:05:32 +00:00
parent 6416152794
commit 47f553c8a2

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