msg
This commit is contained in:
parent
6d8db13d48
commit
ad64bf74cc
|
@ -47,7 +47,7 @@ class DreamjobJobMsg extends AppModel {
|
||||||
$dataSource->begin();
|
$dataSource->begin();
|
||||||
$result = $this->save();
|
$result = $this->save();
|
||||||
if($result){
|
if($result){
|
||||||
die("Lola"+$this->application_id);
|
die("Lola"+var_dump($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)));
|
||||||
|
|
||||||
if($this->fromcompany)
|
if($this->fromcompany)
|
||||||
|
|
Loading…
Reference in New Issue