msg
This commit is contained in:
parent
733d8194fc
commit
88e4f9cdb3
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue