mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-08 17:12:25 +03:00
Corrected reference to codeigniter.
This commit is contained in:
parent
8171d18fd4
commit
8570bd06c9
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ class Email {
|
|||
$timezone = NULL
|
||||
)
|
||||
{
|
||||
$timezones = $this->framework->timezones->to_array();
|
||||
$timezones = $this->CI->timezones->to_array();
|
||||
|
||||
switch ($settings['date_format'])
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue