X-Git-Url: https://dev.renevier.net/?a=blobdiff_plain;f=application%2Fcontrollers%2FContactController.php;h=e8e2843d35d9d064760407428ee47da4e6eae844;hb=05ce9238adfa982746bfc6211b240fd24526af09;hp=0b71c325151f1647fc54106708af28bca7144e49;hpb=190fd621df4920c56a422c03663874cddaa67d64;p=syj.git diff --git a/application/controllers/ContactController.php b/application/controllers/ContactController.php index 0b71c32..e8e2843 100644 --- a/application/controllers/ContactController.php +++ b/application/controllers/ContactController.php @@ -7,7 +7,7 @@ class ContactController extends Zend_Controller_Action public function init() { $this->view->headScript()->appendFile('js/prototype.js'); - $this->view->headScript()->appendFile('js/forms.js'); + $this->view->headScript()->appendFile('js/utils.js'); $this->view->headScript()->appendFile('js/contact.js'); $this->view->headLink()->appendStylesheet('css/generic.css'); $this->view->headLink()->appendStylesheet('css/contact.css'); @@ -84,7 +84,7 @@ class ContactController extends Zend_Controller_Action } if (empty($formData)) { - $user = $this->view->loggedUser(); + $user = $this->_helper->SyjSession->user(); if ($user) { $form->contact_email->setValue($user->email) ->setAttrib('readonly', 'true');