diff --git a/app/Model/DreamjobJobMsg.php b/app/Model/DreamjobJobMsg.php index 46b6ffc..3bebf35 100644 --- a/app/Model/DreamjobJobMsg.php +++ b/app/Model/DreamjobJobMsg.php @@ -47,7 +47,8 @@ class DreamjobJobMsg extends AppModel { $dataSource->begin(); $result = $this->save(); if($result){ - exit("Lola"); + echo "Lola"; + exit(0); $app = $this->Application->find('first', array('conditions' => array('Application.id' => $this->application_id))); if($this->fromcompany)