From 8570bd06c9b47178a887bfc6440e844f5230a32c Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Fri, 4 Dec 2020 12:49:38 +0200 Subject: [PATCH] Corrected reference to codeigniter. --- engine/Notifications/Email.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/Notifications/Email.php b/engine/Notifications/Email.php index 45eacfef..5a4a1379 100755 --- a/engine/Notifications/Email.php +++ b/engine/Notifications/Email.php @@ -96,7 +96,7 @@ class Email { $timezone = NULL ) { - $timezones = $this->framework->timezones->to_array(); + $timezones = $this->CI->timezones->to_array(); switch ($settings['date_format']) {