diff options
author | Eric Barnes <eric@ericlbarnes.com> | 2011-08-24 03:40:59 +0200 |
---|---|---|
committer | Eric Barnes <eric@ericlbarnes.com> | 2011-08-24 03:40:59 +0200 |
commit | f31895096e821c694670b62180b7a5c309b62a9b (patch) | |
tree | ba8ae39174c4061802bc68e32eb121fd9b658b5b /system | |
parent | 10c0117188e026ba156f0aa02923ef9c17f17230 (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')) |