mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-27 22:33:10 +09:00
#133 PHP 5.4 이상에서의 호환성 개선
This commit is contained in:
parent
23406d1708
commit
1b60833bad
17 changed files with 78 additions and 31 deletions
|
|
@ -589,8 +589,8 @@ class commentModel extends comment
|
|||
// Sort comments by the hierarchical structure
|
||||
$comment_count = count($source_list);
|
||||
|
||||
$root = NULL;
|
||||
$list = NULL;
|
||||
$root = new stdClass;
|
||||
$list = array();
|
||||
$comment_list = array();
|
||||
|
||||
// get the log-in information for logged-in users
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue