diff --git a/app/Model/DreamjobJobMsg.php b/app/Model/DreamjobJobMsg.php index 979bfb1..f57664d 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"+var_dump($this->data)); + exit("Lola"+var_dump($this->data)); $app = $this->Application->find('first', array('conditions' => array('Application.id' => $this->application_id))); if($this->fromcompany)