Send subsequent parts of a split MMS as LMS

This commit is contained in:
Kijin Sung 2016-11-04 14:57:09 +09:00
parent d2e95fa8e9
commit 903571fc63

View file

@ -129,6 +129,10 @@ class CoolSMS extends Base implements \Rhymix\Framework\Drivers\SMSInterface
{
unset($options->subject);
unset($options->image);
if ($options->type === 'MMS')
{
$options->type = 'LMS';
}
}
// Set the content and send.