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
|
$timezone = NULL
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
$timezones = $this->framework->timezones->to_array();
|
$timezones = $this->CI->timezones->to_array();
|
||||||
|
|
||||||
switch ($settings['date_format'])
|
switch ($settings['date_format'])
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue