mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
issue 160, fix a bug related integration comments search - by sinsy200
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9386 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
44369f5bdb
commit
3820d07df8
2 changed files with 14 additions and 3 deletions
|
|
@ -35,7 +35,12 @@
|
|||
|
||||
$target = $config->target;
|
||||
if(!$target) $target = 'include';
|
||||
$module_srl_list = explode(',',$config->target_module_srl);
|
||||
|
||||
if (empty($config->target_module_srl))
|
||||
$module_srl_list = array();
|
||||
else
|
||||
$module_srl_list = explode(',',$config->target_module_srl);
|
||||
|
||||
// Set a variable for search keyword
|
||||
$is_keyword = Context::get('is_keyword');
|
||||
// Set page variables
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue