Merge pull request #851 from Zankaria/log-context

Add context to log.php
This commit is contained in:
Lorenzo Yario 2024-12-08 08:48:02 -08:00 committed by GitHub
commit 7b15a652fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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