X-Git-Url: https://dev.renevier.net/?p=syj.git;a=blobdiff_plain;f=application%2Fcontrollers%2FAccountController.php;h=76124908d504b90645d13658f53b87f5d9f0a7e1;hp=30daa5bc3eead3ad461c261e215358705c130a8c;hb=05ce9238adfa982746bfc6211b240fd24526af09;hpb=011d9f73366efb4ce530b8b6da72055025419527 diff --git a/application/controllers/AccountController.php b/application/controllers/AccountController.php index 30daa5b..7612490 100644 --- a/application/controllers/AccountController.php +++ b/application/controllers/AccountController.php @@ -15,7 +15,7 @@ class AccountController extends Zend_Controller_Action } public function indexAction() { - $user = $this->view->loggedUser(); + $user = $this->_helper->SyjSession->user(); $request = $this->getRequest(); if ($user === null) {