diff options
author | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-03-15 18:03:08 +0100 |
---|---|---|
committer | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-03-15 18:03:08 +0100 |
commit | 02d676bef181b9484ef52200684cf8a086e6ea9e (patch) | |
tree | e5078b51841a3c786d8d48890c72df7d97cc4dfb | |
parent | c22b9b93ff45a1ff93d82bb669a89f5460e4ec5c (diff) |
Missed tiny change from last commit.
-rw-r--r-- | user_guide/installation/upgrade_201.html | 2 |
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('/'); //<form action="http://example.com/index.php/" method="post" accept-charset="utf-8"><br/> -echo form_open('/'); //<form action="http://example.com/" method="post" accept-charset="utf-8"></code> +echo form_open(base_url()); //<form action="http://example.com/" method="post" accept-charset="utf-8"></code> </div> <!-- END CONTENT --> |