mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Display more detailed message when no target module is selected in integration search #1340
This commit is contained in:
parent
03f8081550
commit
69c25be996
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ class integration_searchView extends integration_search
|
|||
// 검색 대상을 지정하지 않았을 때 검색 제한
|
||||
if($target === 'include' && !count($module_srl_list))
|
||||
{
|
||||
throw new Rhymix\Framework\Exception('msg_not_enabled');
|
||||
throw new Rhymix\Framework\Exception('msg_admin_not_enabled');
|
||||
}
|
||||
|
||||
// Set a variable for search keyword
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue