This commit is contained in:
Martin Müller 2014-04-29 21:18:28 +02:00
parent 733d8194fc
commit 88e4f9cdb3
1 changed files with 2 additions and 1 deletions

View File

@ -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)