Fix missing document_srl in password input form

This commit is contained in:
Kijin Sung 2020-10-22 02:02:00 +09:00
parent 7f2504b9b7
commit 57dcab75e9

View file

@ -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');
}