msg
This commit is contained in:
parent
88e4f9cdb3
commit
faa6242d38
|
@ -47,7 +47,7 @@ class DreamjobJobMsg extends AppModel {
|
||||||
$dataSource->begin();
|
$dataSource->begin();
|
||||||
$result = $this->save();
|
$result = $this->save();
|
||||||
if($result){
|
if($result){
|
||||||
echo "Lola";
|
echo $this->application_id;
|
||||||
exit(0);
|
exit(0);
|
||||||
$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)));
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue