diff options
author | Greg Aker <greg@gregaker.net> | 2011-10-13 04:36:02 +0200 |
---|---|---|
committer | Greg Aker <greg@gregaker.net> | 2011-10-13 04:36:02 +0200 |
commit | 10266cce7b1c7a234b952cb6475591c2e9d76edf (patch) | |
tree | 213e3d29d0a3dc611ca0cf2d863a0534daaa0b8a /system/helpers | |
parent | 63490d5eb8649b9979182d157823144828ac7d8f (diff) | |
parent | d3a32a22e6c0ed4d5d91530ac6f38aaf167e07d5 (diff) |
Merge pull request #566 from appleboy/bug
Fix typo error #564
Diffstat (limited to 'system/helpers')
-rw-r--r-- | system/helpers/captcha_helper.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/helpers/captcha_helper.php b/system/helpers/captcha_helper.php index 19ec0c778..2bbb9d3a5 100644 --- a/system/helpers/captcha_helper.php +++ b/system/helpers/captcha_helper.php @@ -243,4 +243,4 @@ if ( ! function_exists('create_captcha')) // ------------------------------------------------------------------------ /* End of file captcha_helper.php */ -/* Location: ./system/heleprs/captcha_helper.php */
\ No newline at end of file +/* Location: ./system/helpers/captcha_helper.php */
\ No newline at end of file |