Change the call location of getSmsHandler and improbe member login check.

This commit is contained in:
BJRambo 2017-08-17 16:42:50 +09:00
parent 763052eb58
commit 42ba503bea
4 changed files with 68 additions and 58 deletions

View file

@ -1196,7 +1196,7 @@ class ncenterliteController extends ncenterlite
$content = $oNcenterliteModel->getNotificationText($args);
$content = preg_replace('/<\/?(strong|)[^>]*>/', '', $content);
$sms = $oNcenterliteModel->getSmsHandler();
$sms = $this->getSmsHandler();
if($sms === false)
{
return false;