This commit is contained in:
Martin Müller 2014-04-29 21:27:40 +02:00
parent 46c645bcba
commit 1703912eab
1 changed files with 2 additions and 2 deletions

View File

@ -47,8 +47,8 @@ class DreamjobJobMsg extends AppModel {
$dataSource->begin();
$result = $this->save();
if($result){
$app = $this->Application->find('first', array('conditions' => array('Application.id' => $result["DreamjobJobMsg"]["application_id"])));
$con = array('conditions' => array('Application.id' => $result["DreamjobJobMsg"]["application_id"]));
$app = $this->Application->find('first' );
echo var_dump($app);
echo "Lola";
exit(1);