1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-02-02 04:47:57 +01:00

log.php: pass context to mod_board_log

This commit is contained in:
Zankaria 2024-12-07 16:37:21 +01:00
parent 342558307d
commit 1e8b456229

View File

@ -20,4 +20,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);