From 5610d7d52d5b56eecd4679ef615b10ccbbdfc095 Mon Sep 17 00:00:00 2001 From: Karl Cordes Date: Thu, 4 Jul 2019 16:25:10 +1000 Subject: [PATCH] wtf --- app/controllers/email_attachments_controller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/email_attachments_controller.php b/app/controllers/email_attachments_controller.php index 31f1f5a2..141af1a1 100755 --- a/app/controllers/email_attachments_controller.php +++ b/app/controllers/email_attachments_controller.php @@ -15,7 +15,7 @@ class EmailAttachmentsController extends AppController { if(file_exists($file_path."/".$file['EmailAttachment']['name'])) { - print_r($file); + Configure::write('debug', 0); if(!$file['EmailAttachment']['filename']) {