mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-25 21:32:51 +09:00
문서 이동 / 첨부 파일 삭제 기능 개선
This commit is contained in:
parent
b180270e08
commit
3d2ade4aa1
14 changed files with 253 additions and 234 deletions
|
|
@ -94,6 +94,11 @@ class tagController extends tag
|
|||
$oTagController = getAdminController('tag');
|
||||
return $oTagController->deleteModuleTags($module_srl);
|
||||
}
|
||||
|
||||
function triggeMoveDocumentModule($obj)
|
||||
{
|
||||
executeQuery('tag.updateTagModule', $obj);
|
||||
}
|
||||
}
|
||||
/* End of file tag.controller.php */
|
||||
/* Location: ./modules/tag/tag.controller.php */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue