summaryrefslogtreecommitdiff
path: root/app/Controller/Captcha.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Controller/Captcha.php')
-rw-r--r--app/Controller/Captcha.php2
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();