diff --git a/main/inc/conf/events.conf.dist.php b/main/inc/conf/events.conf.dist.php index ccfd6b2bd7..cb08057d25 100644 --- a/main/inc/conf/events.conf.dist.php +++ b/main/inc/conf/events.conf.dist.php @@ -108,3 +108,4 @@ function check_if_mail_already_sent($event_name, $user_from, $user_to = null) { return $result[0]["total"]; } +@include 'events.conf.local.php'; \ No newline at end of file