diff --git a/modules/board/board.view.php b/modules/board/board.view.php index 8b456f23c..26a03a65d 100644 --- a/modules/board/board.view.php +++ b/modules/board/board.view.php @@ -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'); }