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