mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 16:22:41 +09:00
Change the call location of getSmsHandler and improbe member login check.
This commit is contained in:
parent
763052eb58
commit
42ba503bea
4 changed files with 68 additions and 58 deletions
|
|
@ -113,7 +113,7 @@ class ncenterliteAdminController extends ncenterlite
|
|||
$args->target_nick_name = $logged_info->nick_name;
|
||||
$args->regdate = date('YmdHis');
|
||||
$args->notify = $oNcenterliteController->_getNotifyId($args);
|
||||
$output = $oNcenterliteController->_insertNotify($args);
|
||||
$oNcenterliteController->_insertNotify($args);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -136,7 +136,7 @@ class ncenterliteAdminController extends ncenterlite
|
|||
$args->target_nick_name = $logged_info->nick_name;
|
||||
$args->regdate = date('YmdHis');
|
||||
$args->notify = $oNcenterliteController->_getNotifyId($args);
|
||||
$output = $oNcenterliteController->_insertNotify($args);
|
||||
$oNcenterliteController->_insertNotify($args);
|
||||
}
|
||||
|
||||
function procNcenterliteAdminDeleteNofity()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue