diff options
Diffstat (limited to 'app/Controller/Captcha.php')
-rw-r--r-- | app/Controller/Captcha.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Controller/Captcha.php b/app/Controller/Captcha.php index fb9d6fe3..f6c717b3 100644 --- a/app/Controller/Captcha.php +++ b/app/Controller/Captcha.php @@ -19,7 +19,7 @@ class Captcha extends BaseController */ public function image() { - $this->response->withContentType('image/jpeg'); + $this->response->withContentType('image/jpeg')->send(); $builder = new CaptchaBuilder; $builder->build(); |