Gateways are not required to return a message, only 'status' => FALSE,
when sending fails. sms_handle_result()
checks for a message before emitting the one set if there is one, but it doesn't check that the 'message'
key is set as well. If it isn't then there will be a PHP notice:
Notice: Undefined index: message in sms_handle_result() (line 248 of sites/all/modules/smsframework/sms.module).
The attached patch fixes the check.
Closed: outdated
1.0
Core Framework
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.