forked from leftypol/leftypol
log.php: pass context to mod_board_log
This commit is contained in:
parent
0a6d92d94b
commit
88564ca12e
1 changed files with 1 additions and 1 deletions
2
log.php
2
log.php
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue