mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-04 01:23:32 +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
|
// get the relevant data for inserting comment
|
||||||
$obj = Context::getRequestVars();
|
$obj = Context::getRequestVars();
|
||||||
$obj->module_srl = $this->module_srl;
|
$obj->module_srl = $this->module_srl;
|
||||||
|
|
||||||
|
if($this->module_info->secret!='Y') {
|
||||||
|
unset($obj->is_secret);
|
||||||
|
}
|
||||||
|
|
||||||
// check if the doument is existed
|
// check if the doument is existed
|
||||||
$oDocumentModel = getModel('document');
|
$oDocumentModel = getModel('document');
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue