mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-09 03:52:15 +09:00
Fix #1917 missing document_srl in password input form for guest comments
This commit is contained in:
parent
ec18bf34bd
commit
71afd5463a
1 changed files with 1 additions and 0 deletions
|
|
@ -1160,6 +1160,7 @@ class boardView extends board
|
||||||
// if the comment is not granted, then back to the password input form
|
// if the comment is not granted, then back to the password input form
|
||||||
if(!$oComment->isGranted())
|
if(!$oComment->isGranted())
|
||||||
{
|
{
|
||||||
|
Context::set('document_srl', $oComment->get('document_srl'));
|
||||||
return $this->setTemplateFile('input_password_form');
|
return $this->setTemplateFile('input_password_form');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue