From e6911e843cbc4f5ebd0ccf1e499c795476d003cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20M=C3=BCller?= Date: Tue, 8 Apr 2014 20:31:52 +0200 Subject: [PATCH] registration mail --- app/Controller/RegistrationController.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/Controller/RegistrationController.php b/app/Controller/RegistrationController.php index da057c9..7cc4c58 100644 --- a/app/Controller/RegistrationController.php +++ b/app/Controller/RegistrationController.php @@ -143,11 +143,11 @@ class RegistrationController extends AppController { $this->set('error', 'dreamjob.error.loggedin'); $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'); + } + } ?>