fix read.php syntax

This commit is contained in:
0chan 2023-04-22 20:10:46 +00:00
parent 19e270b111
commit 4e373ddfe8
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ if (count($postids) == 0) {
$postidquery .= "`id` = ".intval($postids[0]);
}
}
$board_class->InitializeDwoo();
$board_class->dwoo_data->assign('board', $board_class->board);