diff options
author | Andrey Andreev <narf@devilix.net> | 2017-01-16 11:03:38 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2017-01-16 11:03:38 +0100 |
commit | f41b4e33d1d5fe8d17b3d572b9676b0fdfedc8f7 (patch) | |
tree | 40a9f5e4f6f24007ffb56fa3eb1e6f724b7158ae /system | |
parent | 36dbe9c200bc3d4b227c6c2f3d670d90c150349d (diff) |
[ci skip] Fix #4985
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 a79904c35..f98d8a4cd 100644 --- a/system/helpers/captcha_helper.php +++ b/system/helpers/captcha_helper.php @@ -68,7 +68,7 @@ if ( ! function_exists('create_captcha')) 'img_url' => '', 'img_width' => '150', 'img_height' => '30', - 'img_alt' => 'captcha' + 'img_alt' => 'captcha', 'font_path' => '', 'expiration' => 7200, 'word_length' => 8, |