summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIban Eguia <admin@razican.com>2012-03-27 22:07:44 +0200
committerIban Eguia <admin@razican.com>2012-03-27 22:07:44 +0200
commit0ed4f63f4268b0c98f549ffd711702fd45a761d0 (patch)
treea46fa8b47d05fa5f342e08b082028cc4456a93ed
parent16760bb0d812b951564bd1742af6e622490ca05c (diff)
Fixed a typo and added the route for the config file.
-rw-r--r--user_guide_src/source/installation/upgrade_300.rst4
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