mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
코드 형태 변경
This commit is contained in:
parent
700f148740
commit
163524f6b0
1 changed files with 5 additions and 4 deletions
|
|
@ -2739,14 +2739,15 @@ class documentController extends document
|
|||
*/
|
||||
function procDocumentTempSave()
|
||||
{
|
||||
$obj = Context::getRequestVars();
|
||||
$obj->status = $this->getConfigStatus('temp');
|
||||
|
||||
if(!$obj->module_srl = $this->module_srl)
|
||||
if(!$this->module_srl)
|
||||
{
|
||||
return new Object(-1, 'msg_invalid_request');
|
||||
}
|
||||
|
||||
$obj = Context::getRequestVars();
|
||||
$obj->module_srl = $this->module_srl;
|
||||
$obj->status = $this->getConfigStatus('temp');
|
||||
|
||||
// unset document style if not manager
|
||||
if(!$this->grant->manager)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue