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