diff --git a/packages/vtiger/optional/SMSNotifier.zip b/packages/vtiger/optional/SMSNotifier.zip index 12b3640debe440698ab53d64d60b7d7cbf1209fd..36e52bee95cba261429cfcf999cdf0ef58466fbe 100644 Binary files a/packages/vtiger/optional/SMSNotifier.zip and b/packages/vtiger/optional/SMSNotifier.zip differ diff --git a/pkg/vtiger/modules/SMSNotifier/modules/SMSNotifier/models/Module.php b/pkg/vtiger/modules/SMSNotifier/modules/SMSNotifier/models/Module.php index 5a40fda4abc400f9052f86de73a1a171fde312dc..6d1e11c45476c8adcd9499bea35a7770ab1ab724 100644 --- a/pkg/vtiger/modules/SMSNotifier/modules/SMSNotifier/models/Module.php +++ b/pkg/vtiger/modules/SMSNotifier/modules/SMSNotifier/models/Module.php @@ -33,7 +33,7 @@ class SMSNotifier_Module_Model extends Vtiger_Module_Model { * @return <boolean> */ public function isPermitted($actionName) { - if ($actionName === 'EditView') { + if ($actionName === 'EditView' || $actionName === 'CreateView') { return false; } return Users_Privileges_Model::isPermitted($this->getName(), $actionName);