diff options
Diffstat (limited to 'system/helpers/captcha_helper.php')
-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 4552225ef..a71148c97 100644 --- a/system/helpers/captcha_helper.php +++ b/system/helpers/captcha_helper.php @@ -113,7 +113,7 @@ if ( ! function_exists('create_captcha')) if ( ! is_dir($img_path) OR ! is_really_writable($img_path)) { - log_message('error', "create_captcha(): '$img_path' is not a dir, nor it's writable."); + log_message('error', "create_captcha(): '{$img_path}' is not a dir, nor is it writable."); return FALSE; } |