Skip to content
Snippets Groups Projects
Commit f64c75c2 authored by Patrick Barroca's avatar Patrick Barroca
Browse files

rel #14064: back button lead to portal

parent 571c6cfe
Branches
Tags
1 merge request!945Dev #14064 newsletter sendmail
......@@ -30,7 +30,7 @@ class NewsletterController extends Zend_Controller_Action {
$attribs = ['id' => 'unsubscribe-form',
'method' => Zend_Form::METHOD_GET,
'action' => $this->view->url(['action' => 'unsubscribe-confirm']),
'data-backurl' => $this->view->url([], null, true)];
'data-backurl' => $this->view->url(['id_profil' => 1], null, true)];
$this->view->form = new ZendAfi_Form($attribs);
}
......
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