log.php: pass context to mod_board_log

This commit is contained in:
Zankaria 2024-12-07 16:37:21 +01:00
parent 0a6d92d94b
commit 88564ca12e

View file

@ -21,4 +21,4 @@ if (!isset($_GET['page'])) {
$page = (int)$_GET['page'];
};
mod_board_log($board['uri'], $page, $hide_names, true);
mod_board_log(Vichan\build_context($config), $board['uri'], $page, $hide_names, true);