summaryrefslogtreecommitdiffstats
path: root/user_guide/installation
diff options
context:
space:
mode:
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 -->