From ad64bf74cc594e34b8c69433194d0505d5ff247d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20M=C3=BCller?= Date: Tue, 29 Apr 2014 21:14:09 +0200 Subject: [PATCH] msg --- app/Model/DreamjobJobMsg.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Model/DreamjobJobMsg.php b/app/Model/DreamjobJobMsg.php index 8acf3ea..c2b54a0 100644 --- a/app/Model/DreamjobJobMsg.php +++ b/app/Model/DreamjobJobMsg.php @@ -47,7 +47,7 @@ class DreamjobJobMsg extends AppModel { $dataSource->begin(); $result = $this->save(); if($result){ - die("Lola"+$this->application_id); + die("Lola"+var_dump($this->application_id)); $app = $this->Application->find('first', array('conditions' => array('Application.id' => $this->application_id))); if($this->fromcompany)