mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-23 13:19:56 +09:00
NOISSUE PHP 버전 호환성 개선.
This commit is contained in:
parent
2e419e2f39
commit
c5db15fbed
1 changed files with 1 additions and 0 deletions
|
|
@ -246,6 +246,7 @@ class memberModel extends member
|
|||
{
|
||||
if(!$user_id) return;
|
||||
|
||||
$args = new stdClass;
|
||||
$args->user_id = $user_id;
|
||||
$output = executeQuery('member.getMemberInfo', $args);
|
||||
if(!$output->toBool()) return $output;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue