NOISSUE PHP 버전 호환성 개선

This commit is contained in:
khongchi 2013-12-17 20:51:00 +09:00
parent dc41e3c4a3
commit efa5ec4c0c
6 changed files with 9 additions and 6 deletions

View file

@ -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)