Display more detailed message when no target module is selected in integration search #1340

This commit is contained in:
Kijin Sung 2020-07-04 20:27:11 +09:00
parent 03f8081550
commit 69c25be996

View file

@ -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