From 903571fc63275cc69693bc6a28448b7ef4bb4e31 Mon Sep 17 00:00:00 2001 From: Kijin Sung Date: Fri, 4 Nov 2016 14:57:09 +0900 Subject: [PATCH] Send subsequent parts of a split MMS as LMS --- common/framework/drivers/sms/coolsms.php | 4 ++++ 1 file changed, 4 insertions(+) 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.