mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
Automatically generate notify ID if not given
This commit is contained in:
parent
f20c75ef09
commit
679d4af0c6
1 changed files with 5 additions and 1 deletions
|
|
@ -993,7 +993,11 @@ class ncenterliteController extends ncenterlite
|
|||
return new Object();
|
||||
}
|
||||
|
||||
|
||||
// 노티 ID가 없는 경우 자동 생성
|
||||
if (!$args->notify)
|
||||
{
|
||||
$args->notify = $this->_getNotifyId($args);
|
||||
}
|
||||
|
||||
if($anonymous == TRUE)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue