This commit is contained in:
Martin Müller 2014-04-29 21:04:38 +02:00
parent 3d09f50f60
commit 0ca687bdec
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ class DreamjobJobMsg extends AppModel {
$dataSource->begin(); $dataSource->begin();
$result = $this->save(); $result = $this->save();
if($result){ if($result){
die($this->application_id);
$app = $this->Application->find('first', array('conditions' => array('Application.id' => $this->application_id))); $app = $this->Application->find('first', array('conditions' => array('Application.id' => $this->application_id)));
die($app); die($app);
if($this->fromcompany) if($this->fromcompany)