Skip to content
Snippets Groups Projects
Commit bb29b3ae authored by lajeeshk's avatar lajeeshk
Browse files

variable $parameters declared as string and using as array. This corrupt data in php 7.1

parent b26a5a1b
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ class Settings_SMSNotifier_SaveAjax_Action extends Settings_Vtiger_Index_Action
$recordModel->set('password', $request->get('password'));
}
$parameters = '';
$parameters = array();
$selectedProvider = $request->get('providertype');
$allProviders = $recordModel->getModule()->getAllProviders();
foreach ($allProviders as $provider) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment