mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
fix #1522 통합검색 설정이 '선택된 대상'일 때만 대상 선택 여부를 확인하도록 변경
This commit is contained in:
parent
82d607e14d
commit
769ee1872a
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ class integration_searchView extends integration_search
|
|||
else
|
||||
$module_srl_list = explode(',',$config->target_module_srl);
|
||||
|
||||
if(!count($module_srl_list)) return new Object(-1, ($logged_info->is_admin === 'Y') ? 'msg_admin_not_enabled' : 'msg_not_enabled');
|
||||
if($target === 'include' && !count($module_srl_list)) return new Object(-1, ($logged_info->is_admin === 'Y') ? 'msg_admin_not_enabled' : 'msg_not_enabled');
|
||||
|
||||
// Set a variable for search keyword
|
||||
$is_keyword = Context::get('is_keyword');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue