Also remove unnecessary parameters in procDocumentTempSave

This commit is contained in:
Kijin Sung 2023-09-09 01:23:21 +09:00
parent f9e48fc85c
commit 28c4a9573c

View file

@ -3396,6 +3396,8 @@ Content;
$obj = Context::getRequestVars();
$obj->module_srl = $this->module_srl;
$obj->status = $this->getConfigStatus('temp');
$obj->list_order = $obj->update_order = 0;
unset($obj->extra_vars);
// unset document style if not manager
if(!$this->grant->manager)