mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 10:11:38 +09:00
Fix #1588 missing configuration when calling getDocumentPage()
This commit is contained in:
parent
f35692ffcf
commit
0a8e1725a1
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue