mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-13 23:42:13 +09:00
commit
768d8a070e
1 changed files with 4 additions and 0 deletions
|
|
@ -204,6 +204,10 @@ class boardController extends board
|
|||
// get the relevant data for inserting comment
|
||||
$obj = Context::getRequestVars();
|
||||
$obj->module_srl = $this->module_srl;
|
||||
|
||||
if($this->module_info->secret!='Y') {
|
||||
unset($obj->is_secret);
|
||||
}
|
||||
|
||||
// check if the doument is existed
|
||||
$oDocumentModel = getModel('document');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue