mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
NOISSUE PHP 버전 호환성 개선
This commit is contained in:
parent
dc41e3c4a3
commit
efa5ec4c0c
6 changed files with 9 additions and 6 deletions
|
|
@ -63,10 +63,10 @@ class content extends WidgetHandler
|
|||
}
|
||||
else
|
||||
{
|
||||
$obj = new stdClass();
|
||||
// Apply to all modules in the site if a target module is not specified
|
||||
if(!$args->module_srls)
|
||||
{
|
||||
$obj = new stdClass();
|
||||
$obj->site_srl = (int)$site_module_info->site_srl;
|
||||
$output = executeQueryArray('widgets.content.getMids', $obj);
|
||||
if($output->data)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue