Various fixes

This commit is contained in:
rarjpg
2019-11-05 10:34:09 +00:00
committed by Fredrick Brennan
parent 1613f6baea
commit 0a3bca7dd8
4 changed files with 4 additions and 3 deletions

View File

@@ -2752,7 +2752,7 @@ function mod_edit_page($id) {
$fn = ($board['uri'] ? ($board['uri'] . '/') : '') . $page['name'] . '.html';
$body = "<div class='ban'>$write</div>";
$html = Element('page.html', array('config' => $config, 'body' => $body, 'title' => utf8tohtml($page['title'])));
$html = Element('page.html', array('config' => $config, 'boardlist' => createBoardlist(), 'body' => $body, 'title' => utf8tohtml($page['title'])));
file_write($fn, $html);
}