mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
Send subsequent parts of a split MMS as LMS
This commit is contained in:
parent
d2e95fa8e9
commit
903571fc63
1 changed files with 4 additions and 0 deletions
|
|
@ -129,6 +129,10 @@ class CoolSMS extends Base implements \Rhymix\Framework\Drivers\SMSInterface
|
||||||
{
|
{
|
||||||
unset($options->subject);
|
unset($options->subject);
|
||||||
unset($options->image);
|
unset($options->image);
|
||||||
|
if ($options->type === 'MMS')
|
||||||
|
{
|
||||||
|
$options->type = 'LMS';
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Set the content and send.
|
// Set the content and send.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue