copyright
This commit is contained in:
@@ -3,8 +3,8 @@
|
|||||||
/**
|
/**
|
||||||
* Mautic Integration for PrestaShop
|
* Mautic Integration for PrestaShop
|
||||||
*
|
*
|
||||||
* @author Your Name
|
* @author Panariga
|
||||||
* @copyright 2023 Your Name
|
* @copyright 2025 Panariga
|
||||||
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License (AFL 3.0)
|
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License (AFL 3.0)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@@ -1096,6 +1096,7 @@ class MauticConnect extends Module
|
|||||||
'date_add' => date('Y-m-d H:i:s'),
|
'date_add' => date('Y-m-d H:i:s'),
|
||||||
], false, true, Db::INSERT_IGNORE); // INSERT IGNORE is a safe way to prevent errors on race conditions
|
], false, true, Db::INSERT_IGNORE); // INSERT IGNORE is a safe way to prevent errors on race conditions
|
||||||
}
|
}
|
||||||
|
|
||||||
public function log(array $data)
|
public function log(array $data)
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user