msg+done
This commit is contained in:
parent
94bcec37b2
commit
fb609b7e5f
|
@ -48,7 +48,7 @@ class DreamjobJobMsg extends AppModel {
|
|||
$result = $this->save();
|
||||
if($result){
|
||||
|
||||
$app = $this->Application->find('first', array('conditions' => array('Application.id' => $result["DreamjobJobMsg"]["application_id"])));
|
||||
$app = $this->DreamjobJobApplication->find('first', array('conditions' => array('Application.id' => $result["DreamjobJobMsg"]["application_id"])));
|
||||
echo var_dump($app);
|
||||
exit(1);
|
||||
|
||||
|
|
Loading…
Reference in New Issue