Skip to content
Snippets Groups Projects

Master

Merged Jean-Christophe Gachod requested to merge master into WIP
Compare and
+ 1385
667
Preferences
Compare changes
Files
@@ -25,13 +25,7 @@ class Admin_CatalogueController extends ZendAfi_Controller_Action {
public function preDispatch() {
parent::preDispatch();
$this->_user = Class_Users::getIdentity();
if (!($this->_user->hasRightConfigFront() || $this->_user->hasRightAccessDomaines()))
$this->_redirect('/admin/index');
$this->view->user = $this->_user;
$this->view->user = $this->_user = Class_Users::getIdentity();
}