summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Petculescu <gxgpet@gmail.com>2019-10-08 09:11:47 +0200
committerGeorge Petculescu <gxgpet@gmail.com>2019-10-08 09:11:47 +0200
commitfa5ab87854124729e83b33470fec1030a61d1b97 (patch)
treeeaa57a73010322a72d785c0afd12c13770d7819d
parent6c6742cfe6b259e4e675b77c5e42c4e21dbd5104 (diff)
removes double quotes
-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 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;
}