mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
This commit is contained in:
parent
e7c38509bf
commit
06f4eca47a
1 changed files with 1 additions and 1 deletions
|
|
@ -316,7 +316,7 @@ class CommunicationModel extends communication
|
|||
$logged_info = Context::get('logged_info');
|
||||
|
||||
$args = new stdClass();
|
||||
$args->friend_group_srl = $friend_group_srl;
|
||||
$args->friend_group_srl = $friend_group_srl ?: null;
|
||||
$args->member_srl = $logged_info->member_srl;
|
||||
|
||||
// Other variables
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue