Fix #1588 missing configuration when calling getDocumentPage()

This commit is contained in:
Kijin Sung 2021-01-30 11:51:40 +09:00
parent f35692ffcf
commit 0a8e1725a1

View file

@ -562,6 +562,7 @@ class boardView extends board
}
else
{
$args->except_notice = $this->except_notice;
$args->page = DocumentModel::getDocumentPage($oDocument, $args);
Context::set('page', $args->page);
}