Automatically generate notify ID if not given

This commit is contained in:
Kijin Sung 2016-07-24 17:42:14 +09:00
parent f20c75ef09
commit 679d4af0c6

View file

@ -993,7 +993,11 @@ class ncenterliteController extends ncenterlite
return new Object();
}
// 노티 ID가 없는 경우 자동 생성
if (!$args->notify)
{
$args->notify = $this->_getNotifyId($args);
}
if($anonymous == TRUE)
{