mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
Fix missing document_srl in password input form
This commit is contained in:
parent
7f2504b9b7
commit
57dcab75e9
1 changed files with 1 additions and 0 deletions
|
|
@ -1153,6 +1153,7 @@ class boardView extends board
|
|||
// if the comment is not granted, then back to the password input form
|
||||
if(!$oComment->isGranted())
|
||||
{
|
||||
Context::set('document_srl', $oComment->get('document_srl'));
|
||||
return $this->setTemplateFile('input_password_form');
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue