Mathieu Moulin 2 gadi atpakaļ
vecāks
revīzija
63a75e655e

+ 1 - 1
htdocs/ovh/core/triggers/interface_99_modOvh_OvhTriggers.class.php

@@ -94,7 +94,7 @@ class InterfaceOvhTriggers extends DolibarrTriggers
 			return 0; // If module is not enabled, we do nothing
 		}
 
-		if (preg_match('SENTBYSMS', $action)) {
+		if (preg_match('/SENTBYSMS/', $action)) {
 			dol_syslog("Trigger '" . $this->name . "' for action '$action' launched by " . __FILE__ . ". id=" . $object->id);
 			require_once DOL_DOCUMENT_ROOT . '/comm/action/class/actioncomm.class.php';
 			$now = dol_now();