registration mail
This commit is contained in:
parent
1c7fa4948c
commit
e6911e843c
|
@ -143,11 +143,11 @@ class RegistrationController extends AppController {
|
||||||
$this->set('error', 'dreamjob.error.loggedin');
|
$this->set('error', 'dreamjob.error.loggedin');
|
||||||
$this->render('/Home/error');
|
$this->render('/Home/error');
|
||||||
}
|
}
|
||||||
|
|
||||||
public function active(){
|
|
||||||
$this->set('error', 'dreamjob.error.loggedin');
|
|
||||||
$this->render('/Home/error');
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
public function active(){
|
||||||
|
$this->set('error', 'dreamjob.error.loggedin');
|
||||||
|
$this->render('/Home/error');
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Reference in New Issue