diff options
author | George Petculescu <gxgpet@gmail.com> | 2019-10-08 09:11:47 +0200 |
---|---|---|
committer | George Petculescu <gxgpet@gmail.com> | 2019-10-08 09:11:47 +0200 |
commit | fa5ab87854124729e83b33470fec1030a61d1b97 (patch) | |
tree | eaa57a73010322a72d785c0afd12c13770d7819d /system/helpers | |
parent | 6c6742cfe6b259e4e675b77c5e42c4e21dbd5104 (diff) |
removes double quotes
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 1d87b80e5..642ff3a50 100644 --- a/system/helpers/captcha_helper.php +++ b/system/helpers/captcha_helper.php @@ -107,7 +107,7 @@ if ( ! function_exists('create_captcha')) { if ($img_path === '' OR $img_url === '') { - log_message('error', 'create_captcha(): "$img_path" and "$img_url" are required.'); + log_message('error', 'create_captcha(): $img_path and $img_url are required.'); return FALSE; } |