mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-18 01:42:14 +09:00
#401 휴지통 삭제 처리결과 메시지 출력 정리
This commit is contained in:
parent
841374a27f
commit
4ffe6a09fa
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ class trashAdminController extends trash
|
|||
$this->setMessage('success_deleted', 'info');
|
||||
|
||||
$returnUrl = Context::get('success_return_url') ? Context::get('success_return_url') : getNotEncodedUrl('', 'module', 'admin', 'act', 'dispTrashAdminList', 'origin_module', $originModule);
|
||||
return $this->setRedirectUrl($returnUrl, $output);
|
||||
$this->setRedirectUrl($returnUrl, $output);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue