commit | feb14dac4e7a417a48344a5188a8ad8074871df4 | [log] [tgz] |
---|---|---|
author | Iban Eguia <admin@razican.com> | Tue Jun 12 16:09:36 2012 +0200 |
committer | Iban Eguia <admin@razican.com> | Tue Jun 12 16:09:36 2012 +0200 |
tree | ecbd2962417cdb7b38c0332908acb96784870891 | |
parent | c88daba688d309150a7dce43817ab76ec7834bda [diff] |
Changed the config parameter. The session's _get_time() function has also changed.
diff --git a/system/helpers/date_helper.php b/system/helpers/date_helper.php index b818da9..131508f 100644 --- a/system/helpers/date_helper.php +++ b/system/helpers/date_helper.php
@@ -52,7 +52,7 @@ { if (empty($timezone)) { - $timezone = config_item('timezone'); + $timezone = config_item('time_reference'); } if ($timezone === 'local' OR $timezone === date_default_timezone_get())