Commit 58c02b49 by Alexander Makarov

Fixes #1342

parent 789f0285
...@@ -17,7 +17,7 @@ use yii\mail\BaseMessage; ...@@ -17,7 +17,7 @@ use yii\mail\BaseMessage;
</head> </head>
<body> <body>
<?php $this->beginBody() ?> <?php $this->beginBody() ?>
<?= $message ?> <?= $content ?>
<?php $this->endBody() ?> <?php $this->endBody() ?>
</body> </body>
</html> </html>
......
Markdown is supported
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