From 8b72b6c67a7f85a6f28cb58e3a0f900f3297db85 Mon Sep 17 00:00:00 2001 From: marcchevaldonne Date: Wed, 19 Apr 2023 00:36:12 +0200 Subject: [PATCH] test --- engine/Notifications/Email.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/engine/Notifications/Email.php b/engine/Notifications/Email.php index e84b92cd..a44fcacd 100644 --- a/engine/Notifications/Email.php +++ b/engine/Notifications/Email.php @@ -96,6 +96,8 @@ class Email { $timezone = NULL ) { + throw new RuntimeException('je fais un test '); + $timezones = $this->CI->timezones->to_array(); switch ($settings['date_format']) @@ -310,8 +312,6 @@ class Email { */ protected function create_mailer() { - throw new RuntimeException('je fais un test '); - $mailer = new PHPMailer(); if ($this->config['protocol'] === 'smtp')