From c63e5891c69b334024763fd19a4e66e38dead752 Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 23 Apr 2014 16:00:35 +0200 Subject: [PATCH] Update ConfigController.class.php Added sms_gateway_smsit --- src/psm/Module/Config/Controller/ConfigController.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/psm/Module/Config/Controller/ConfigController.class.php b/src/psm/Module/Config/Controller/ConfigController.class.php index 34544cc2..83fc3dcf 100644 --- a/src/psm/Module/Config/Controller/ConfigController.class.php +++ b/src/psm/Module/Config/Controller/ConfigController.class.php @@ -205,6 +205,7 @@ class ConfigController extends AbstractController { 'label_sms_gateway_mollie' => psm_get_lang('config', 'sms_gateway_mollie'), 'label_sms_gateway_spryng' => psm_get_lang('config', 'sms_gateway_spryng'), 'label_sms_gateway_inetworx' => psm_get_lang('config', 'sms_gateway_inetworx'), + 'label_sms_gateway_smsit' => psm_get_lang('config', 'sms_gateway_smsit'), 'label_sms_gateway_clickatell' => psm_get_lang('config', 'sms_gateway_clickatell'), 'label_sms_gateway_textmarketer' => psm_get_lang('config', 'sms_gateway_textmarketer'), 'label_sms_gateway_username' => psm_get_lang('config', 'sms_gateway_username'),