mail bugfix
This commit is contained in:
parent
bd49e32018
commit
3a599f70b3
|
@ -51,7 +51,7 @@ class DreamjobJobApplication extends AppModel {
|
|||
|
||||
if($result){
|
||||
$open = $this->DreamjobJobOpening->find('first', array('conditions' => array('DreamjobJobOpening.id' => $data['DreamjobJobApplication']['opening_id'])));
|
||||
$result = self::sendMail($open['User']['mail']l,$this->id);
|
||||
$result = self::sendMail($open['User']['mail'],$this->id);
|
||||
|
||||
}
|
||||
if ($result) {
|
||||
|
|
Loading…
Reference in New Issue