mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-26 13:52:24 +09:00
피라미터가 없어도 오류없도록 고침
This commit is contained in:
parent
05e9961b10
commit
a292ef29e9
1 changed files with 1 additions and 1 deletions
|
|
@ -233,7 +233,7 @@ class communicationModel extends communication
|
|||
return $message;
|
||||
}
|
||||
|
||||
function getNewMessageCount($member_srl)
|
||||
function getNewMessageCount($member_srl = null)
|
||||
{
|
||||
if(!$member_srl)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue