From 769ee1872af63813fa04ddee4b38ce29d5def4df Mon Sep 17 00:00:00 2001 From: bnu Date: Tue, 9 Jun 2015 15:04:18 +0900 Subject: [PATCH] =?UTF-8?q?fix=20#1522=20=ED=86=B5=ED=95=A9=EA=B2=80?= =?UTF-8?q?=EC=83=89=20=EC=84=A4=EC=A0=95=EC=9D=B4=20'=EC=84=A0=ED=83=9D?= =?UTF-8?q?=EB=90=9C=20=EB=8C=80=EC=83=81'=EC=9D=BC=20=EB=95=8C=EB=A7=8C?= =?UTF-8?q?=20=EB=8C=80=EC=83=81=20=EC=84=A0=ED=83=9D=20=EC=97=AC=EB=B6=80?= =?UTF-8?q?=EB=A5=BC=20=ED=99=95=EC=9D=B8=ED=95=98=EB=8F=84=EB=A1=9D=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/integration_search/integration_search.view.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/integration_search/integration_search.view.php b/modules/integration_search/integration_search.view.php index 950d33fe8..3686725d3 100644 --- a/modules/integration_search/integration_search.view.php +++ b/modules/integration_search/integration_search.view.php @@ -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');