Skip to content
Snippets Groups Projects
Commit 7f9ac58a authored by Sebastien ANDRE's avatar Sebastien ANDRE
Browse files

Merge branch 'hotline#160229_impossible_de_s_inscrire_a_une_activite' into 'master'

hotline : #160229 : retrun of setExit(false)

See merge request !4536
parents 3bf2d9eb d22e85a3
Branches
Tags
1 merge request!4536hotline : #160229 : retrun of setExit(false)
Pipeline #18319 failed with stage
in 21 minutes and 38 seconds
- correctif #160229 : Activités : Impossibilité de s'inscrire
\ No newline at end of file
......@@ -75,6 +75,9 @@ class ZendAfi_Controller_Action extends Zend_Controller_Action {
public function init() {
parent::init();
$this->_helper = new ZendAfi_Controller_Action_Helper($this);
// hotline : https://forge.afi-sa.net/issues/160229,
// never delete this line, setExit(false) is mandatory
$this->_helper->redirector->setExit(false);
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment