mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
#381 php 5.4 호환성문제 수정
This commit is contained in:
parent
f84ecb39ce
commit
7813cb00a3
6 changed files with 9 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue