Skip to content
Snippets Groups Projects
Commit 92906843 authored by Ghislain Loas's avatar Ghislain Loas
Browse files

dev #48675 improve mail subject

parent 40e66a6c
Branches
Tags
4 merge requests!2334Master,!2102#57574 : correction orthographe des jours de la semaine,!2065Dev#48675 3355 envoi d un panier par mail,!2054dev #48675 first commit
Pipeline #629 failed with stage
in 20 minutes and 9 seconds
......@@ -24,7 +24,7 @@ class ZendAfi_Controller_Plugin_Mailer_SearchResult extends ZendAfi_Controller_P
protected function _getSubject() {
return $this->_('Résultat de recherche : %s',
$this->_getParam('expressionRecherche', parent::_getSubject()));
$this->_getParam('expressionRecherche', $this->_getParam('serie', parent::_getSubject())));
}
......
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