Loading src/UnicaenMail/Service/Mail/MailService.php +1 −1 Original line number Diff line number Diff line Loading @@ -220,7 +220,7 @@ EOS; try { $doNotSend = $this->fetchValueFromConfig('do_not_send', $module); $redirect = $this->fetchValueFromConfig('redirect', $module); $redirectTo = $this->fetchValueFromConfig('redirect_to', $module); $redirectTo = (array)$this->fetchValueFromConfig('redirect_to', $module); $subjectPrefix = $this->fetchValueFromConfig('subject_prefix', $module); } catch (NotFoundConfigException $e) { throw new RuntimeException("Un problème est survenu lors de la récupération de valeurs de config", 0, $e); Loading Loading
src/UnicaenMail/Service/Mail/MailService.php +1 −1 Original line number Diff line number Diff line Loading @@ -220,7 +220,7 @@ EOS; try { $doNotSend = $this->fetchValueFromConfig('do_not_send', $module); $redirect = $this->fetchValueFromConfig('redirect', $module); $redirectTo = $this->fetchValueFromConfig('redirect_to', $module); $redirectTo = (array)$this->fetchValueFromConfig('redirect_to', $module); $subjectPrefix = $this->fetchValueFromConfig('subject_prefix', $module); } catch (NotFoundConfigException $e) { throw new RuntimeException("Un problème est survenu lors de la récupération de valeurs de config", 0, $e); Loading