summaryrefslogtreecommitdiffstats
path: root/system/helpers
diff options
context:
space:
mode:
authorGeorge Petculescu <gxgpet@gmail.com>2019-09-22 19:57:54 +0200
committerGeorge Petculescu <gxgpet@gmail.com>2019-09-22 19:57:54 +0200
commit24ff922ccb2cd647f997a7bc074d8863ea34fb10 (patch)
tree0e80e6acece0641085c5476cc0d77473597ea0cb /system/helpers
parent25931b0d5e639cf48dd8488b46975787ee5e5ed2 (diff)
adding $img_path in curly; fixing words order
Diffstat (limited to 'system/helpers')
-rw-r--r--system/helpers/captcha_helper.php2
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;
}