diff options
author | Iban Eguia <admin@razican.com> | 2012-03-27 22:07:44 +0200 |
---|---|---|
committer | Iban Eguia <admin@razican.com> | 2012-03-27 22:07:44 +0200 |
commit | 0ed4f63f4268b0c98f549ffd711702fd45a761d0 (patch) | |
tree | a46fa8b47d05fa5f342e08b082028cc4456a93ed /user_guide_src | |
parent | 16760bb0d812b951564bd1742af6e622490ca05c (diff) |
Fixed a typo and added the route for the config file.
Diffstat (limited to 'user_guide_src')
-rw-r--r-- | user_guide_src/source/installation/upgrade_300.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/user_guide_src/source/installation/upgrade_300.rst b/user_guide_src/source/installation/upgrade_300.rst index b6f52080a..5d6450ee6 100644 --- a/user_guide_src/source/installation/upgrade_300.rst +++ b/user_guide_src/source/installation/upgrade_300.rst @@ -32,8 +32,8 @@ Step 3: Remove $autoload['core'] from your config/autoload.php Use of the `$autoload['core']` config array has been deprecated as of CodeIgniter 1.4.1 and is now removed. Move any entries that you might have listed there to `$autoload['libraries']` instead. -Step 4: Change your use of the Date heper's now() function +Step 4: Change your use of the Date helper's now() function ========================================================== Function now() has been modified. You can see the changes in :doc:`Date Helper <../helpers/date_helper>` -You must replace $config['time_reference'] with $config['timezone'].
\ No newline at end of file +You must replace $config['time_reference'] with $config['timezone'] in your config.php file.
\ No newline at end of file |