mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-04 17:44:38 +09:00
Enable sending SMS from ncenterlite to phone number in member profile
This commit is contained in:
parent
1db4a9d752
commit
25162f9041
5 changed files with 28 additions and 10 deletions
|
|
@ -11,9 +11,7 @@ class ncenterliteAdminView extends ncenterlite
|
|||
{
|
||||
$oNcenterliteModel = getModel('ncenterlite');
|
||||
|
||||
$sms = new Rhymix\Framework\SMS;
|
||||
|
||||
if($sms::getDefaultDriver()->getName() === 'Dummy')
|
||||
if(Rhymix\Framework\SMS::getDefaultDriver()->getName() === 'Dummy')
|
||||
{
|
||||
$sms_available = false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue