#381 php 5.4 호환성문제 수정

This commit is contained in:
khongchi 2014-01-29 01:08:49 +09:00
parent f84ecb39ce
commit 7813cb00a3
6 changed files with 9 additions and 2 deletions

View file

@ -185,6 +185,7 @@ class content extends WidgetHandler
function _getCommentItems($args)
{
// List variables to use CommentModel::getCommentList()
$obj = new stdClass();
$obj->module_srl = $args->module_srl;
$obj->sort_index = $args->order_target;
$obj->list_count = $args->list_count * $args->page_count;