Fix problem that do not send SMS in ncentelite

This commit is contained in:
BJRambo 2020-06-13 22:22:13 +09:00
parent a925f68871
commit b073700f96
2 changed files with 7 additions and 2 deletions

View file

@ -1482,8 +1482,7 @@ class ncenterliteController extends ncenterlite
return false;
}
$logged_info = Context::get('logged_info');
if($logged_info->member_srl == $args->member_srl)
if($this->user->member_srl == $args->member_srl)
{
return false;
}