Skip to content
Snippets Groups Projects

Master

Merged Patrick Barroca requested to merge master into WIP
Compare and
34 files
+ 539
144
Preferences
Compare changes
Files
34
@@ -105,6 +105,9 @@ class AbonneController extends ZendAfi_Controller_Action {
|| $session->isInscriptionClosed())
return $this->_helper->notify($this->_('L\'inscription à cette session est fermée'));
if (!$this->_user->hasRightSuivreActivity())
return $this->_helper->notify($this->_('Vous n\'avez pas les droits suffisants pour suivre une activité'));
if ($session->hasStagiaire($this->_user))
return $this->_helper->notify($this->_('Vous êtes déjà inscrit à cette session'));