This commit is contained in:
Martin Müller 2014-04-29 21:01:56 +02:00
parent 01b79893bd
commit 236f178912
1 changed files with 0 additions and 1 deletions

View File

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