summaryrefslogtreecommitdiffstats
path: root/user_guide/installation
diff options
context:
space:
mode:
authorPhil Sturgeon <email@philsturgeon.co.uk>2011-03-15 18:03:08 +0100
committerPhil Sturgeon <email@philsturgeon.co.uk>2011-03-15 18:03:08 +0100
commit02d676bef181b9484ef52200684cf8a086e6ea9e (patch)
treee5078b51841a3c786d8d48890c72df7d97cc4dfb /user_guide/installation
parentc22b9b93ff45a1ff93d82bb669a89f5460e4ec5c (diff)
Missed tiny change from last commit.
Diffstat (limited to 'user_guide/installation')
-rw-r--r--user_guide/installation/upgrade_201.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/installation/upgrade_201.html b/user_guide/installation/upgrade_201.html
index 6c423d82e..879067c6e 100644
--- a/user_guide/installation/upgrade_201.html
+++ b/user_guide/installation/upgrade_201.html
@@ -82,7 +82,7 @@ Upgrading from 2.0.0 to 2.0.1
<p>to use either a / or <kbd>base_url()</kbd>:</p>
<code>echo form_open('/'); //&lt;form action="http://example.com/index.php/" method="post" accept-charset="utf-8"><br/>
-echo form_open('/'); //&lt;form action="http://example.com/" method="post" accept-charset="utf-8"></code>
+echo form_open(base_url()); //&lt;form action="http://example.com/" method="post" accept-charset="utf-8"></code>
</div>
<!-- END CONTENT -->