X-Git-Url: https://dev.renevier.net/?a=blobdiff_plain;f=application%2Fcontrollers%2FContactController.php;h=8ff629ba597b42ce02bc1824842dcd9d50569196;hb=0722c496ca63f30937427e3bf8fbdd5cfee2c83d;hp=ef568393d60514b99eb0d4a6aba20cf330456f09;hpb=70d6bb9dfa4c198607fbe75592f108bc8d69048b;p=syj.git diff --git a/application/controllers/ContactController.php b/application/controllers/ContactController.php index ef56839..8ff629b 100644 --- a/application/controllers/ContactController.php +++ b/application/controllers/ContactController.php @@ -1,5 +1,5 @@ _helper->SyjSession->user(); + $user = $this->_helper->SyjUserManager->current(); if ($user) { $form->contact_email->setValue($user->email) ->setAttrib('readonly', 'true');