diff options
author | George Petculescu <gxgpet@gmail.com> | 2019-09-22 20:04:41 +0200 |
---|---|---|
committer | George Petculescu <gxgpet@gmail.com> | 2019-09-22 20:04:41 +0200 |
commit | 6c6742cfe6b259e4e675b77c5e42c4e21dbd5104 (patch) | |
tree | cdc3544984eeb98d1004ad0ea28c2173594d7b5d /system | |
parent | 24ff922ccb2cd647f997a7bc074d8863ea34fb10 (diff) |
adding $ to var names in the log message
Diffstat (limited to 'system')
-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 a71148c97..1d87b80e5 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; } |