mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +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');
|
$logged_info = Context::get('logged_info');
|
||||||
|
|
||||||
$args = new stdClass();
|
$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;
|
$args->member_srl = $logged_info->member_srl;
|
||||||
|
|
||||||
// Other variables
|
// Other variables
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue