mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-09 20:12:14 +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();
|
return new Object();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// 노티 ID가 없는 경우 자동 생성
|
||||||
|
if (!$args->notify)
|
||||||
|
{
|
||||||
|
$args->notify = $this->_getNotifyId($args);
|
||||||
|
}
|
||||||
|
|
||||||
if($anonymous == TRUE)
|
if($anonymous == TRUE)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue