diff options
-rw-r--r-- | user_guide/helpers/url_helper.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/helpers/url_helper.html b/user_guide/helpers/url_helper.html index 08e6f7d0c..74801f4a8 100644 --- a/user_guide/helpers/url_helper.html +++ b/user_guide/helpers/url_helper.html @@ -237,7 +237,7 @@ to redirect to a local URL within your site. You will <strong>not</strong> spec to the controller you want to direct to. The function will build the URL based on your config file values.</p>
<p>The second parameter allows you to choose between the "location"
-method or the "refresh" method. Location is faster, but on Windows servers it can sometimes be a problem. Example:</p>
+method (default) or the "refresh" method. Location is faster, but on Windows servers it can sometimes be a problem. Example:</p>
<code>if ($logged_in == FALSE)<br />
{<br />
|