mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-04 09:32:15 +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
|
|
@ -65,9 +65,13 @@ class ncenterliteAdminController extends ncenterlite
|
|||
$config->mention_suffixes = array_map('trim', explode(',', $config->mention_suffixes));
|
||||
}
|
||||
|
||||
if($obj->variable_name === '0')
|
||||
if($obj->variable_name === '-1')
|
||||
{
|
||||
$config->variable_name = null;
|
||||
$config->variable_name = '#';
|
||||
}
|
||||
elseif($obj->variable_name === '0')
|
||||
{
|
||||
$config->variable_name = '';
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue