diff options
author | Eric Barnes <eric@ericlbarnes.com> | 2011-08-24 03:38:37 +0200 |
---|---|---|
committer | Eric Barnes <eric@ericlbarnes.com> | 2011-08-24 03:38:37 +0200 |
commit | 4bc4c1476344f96ebb920677f608cb185a48eaed (patch) | |
tree | d481790af762c317b6cdf4db9e2722ad7466002e /system | |
parent | 67bffa2237188d2cf1a84e8e540e352f458c5c66 (diff) |
Changed doc block options. Fixes #100
Diffstat (limited to 'system')
-rw-r--r-- | system/helpers/url_helper.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/helpers/url_helper.php b/system/helpers/url_helper.php index 9f4b85248..09d975621 100644 --- a/system/helpers/url_helper.php +++ b/system/helpers/url_helper.php @@ -527,7 +527,7 @@ if ( ! function_exists('url_title')) * * @access public * @param string the URL - * @param string the method: location or redirect + * @param string the method: location or refresh * @return string */ if ( ! function_exists('redirect')) |