Update functions.inc.php

pull/585/head
Ward Pieters 2018-05-04 14:31:33 +02:00 committed by GitHub
parent 38241a60f2
commit 1038a52690
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -578,6 +578,9 @@ function psm_build_sms() {
case 'twilio': case 'twilio':
$sms = new \psm\Txtmsg\Twilio(); $sms = new \psm\Txtmsg\Twilio();
break; break;
case 'gatewayapi':
$sms = new \psm\Txtmsg\GatewayAPI();
break;
} }
// copy login information from the config file // copy login information from the config file