Bläddra i källkod

Merge branch 'hotfix/hotfix_1411'

master
Guillaume Bourgeois 1 år sedan
förälder
incheckning
35077d03e4
2 ändrade filer med 4 tillägg och 4 borttagningar
  1. +2
    -2
      common/logic/Document/Document/Service/DocumentManager.php
  2. +2
    -2
      common/logic/User/UserProducer/Service/UserProducerBuilder.php

+ 2
- 2
common/logic/Document/Document/Service/DocumentManager.php Visa fil

@@ -128,8 +128,8 @@ class DocumentManager extends AbstractManager

$email = \Yii::$app->mailer->compose(
[
'html' => 'sendDocument-html',
'text' => 'sendDocument-text'
'html' => '@common/mail/sendDocument-html',
'text' => '@common/mail/sendDocument-text'
], [
'document' => $document
])

+ 2
- 2
common/logic/User/UserProducer/Service/UserProducerBuilder.php Visa fil

@@ -127,8 +127,8 @@ class UserProducerBuilder extends AbstractBuilder
if($user && $user->email && strlen($user->email) > 0) {
\Yii::$app->mailer->compose(
[
'html' => 'creditLimitReminder-html',
'text' => 'creditLimitReminder-text'
'html' => '@common/mail/creditLimitReminder-html',
'text' => '@common/mail/creditLimitReminder-text'
],
[
'user' => $user,

Laddar…
Avbryt
Spara