Add debug statement to see whats going on with file attachments

This commit is contained in:
Karl Cordes 2019-07-04 16:13:26 +10:00
parent 255e9fbe6b
commit 0dc8beb41e

View file

@ -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']) {