summaryrefslogtreecommitdiffstats
path: root/user_guide/installation/upgrade_160.html
diff options
context:
space:
mode:
authorDerek Allard <derek.allard@ellislab.com>2009-05-03 21:29:32 +0200
committerDerek Allard <derek.allard@ellislab.com>2009-05-03 21:29:32 +0200
commit58b339988cc1ad4516fea3c00b56a3660aac8225 (patch)
tree8f2b52598f03da8895c981b71778e79001c85f9e /user_guide/installation/upgrade_160.html
parent4cefaa43c8ce1b2161ad0fb05add2e5a2d1bf328 (diff)
fixed a path in upgrading docs
Diffstat (limited to 'user_guide/installation/upgrade_160.html')
-rw-r--r--user_guide/installation/upgrade_160.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/installation/upgrade_160.html b/user_guide/installation/upgrade_160.html
index ffe8b5e84..179c9e02a 100644
--- a/user_guide/installation/upgrade_160.html
+++ b/user_guide/installation/upgrade_160.html
@@ -81,7 +81,7 @@ Upgrading from 1.5.4 to 1.6.0
<p>Add the following to system/application/config/config.php with the other session configuration options</p>
<p><code>$config['sess_time_to_update'] = 300;</code></p>
<h2>Step 3: Add $autoload['model']</h2>
-<p>Add the following to system/application/autoload.php</p>
+<p>Add the following to system/application/config/autoload.php</p>
<p><code> /*<br />
| -------------------------------------------------------------------<br />
| Auto-load Model files<br />