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