Fix #1917 missing document_srl in password input form for guest comments

This commit is contained in:
Kijin Sung 2022-04-25 02:06:32 +09:00
parent ec18bf34bd
commit 71afd5463a

View file

@ -1160,6 +1160,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');
}