diff --git a/common/framework/drivers/sms/coolsms.php b/common/framework/drivers/sms/coolsms.php index 4b289ffc1..1ce6040af 100644 --- a/common/framework/drivers/sms/coolsms.php +++ b/common/framework/drivers/sms/coolsms.php @@ -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.