mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 09:41:40 +09:00
Fix #1130 missing module list
예전에 멀티사이트 기능을 사용한 적이 있어서 일부 모듈의 site_srl 값이 0이 아닌 경우, 모듈 선택 화면에 표시되지 않는 문제 수정
This commit is contained in:
parent
6e0a51520d
commit
e25e2df6a8
1 changed files with 0 additions and 1 deletions
|
|
@ -45,7 +45,6 @@ class moduleView extends module
|
|||
{
|
||||
// Get a list of modules at the site
|
||||
$args = new stdClass;
|
||||
$args->site_srl = intval(Context::get('site_module_info')->site_srl);
|
||||
$output = executeQueryArray(isset($query_id) ? $query_id : 'module.getSiteModules', $args);
|
||||
|
||||
$mid_list = array();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue