Missing $message var reference removed from mail layouts
This commit is contained in:
parent
e6888d16d0
commit
91454779c2
@ -3,7 +3,6 @@ use yii\helpers\Html;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @var \yii\web\View $this
|
* @var \yii\web\View $this
|
||||||
* @var \yii\mail\MessageInterface $message
|
|
||||||
* @var string $content
|
* @var string $content
|
||||||
*/
|
*/
|
||||||
?>
|
?>
|
||||||
@ -11,7 +10,7 @@ use yii\helpers\Html;
|
|||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=<?= $message->getCharset() ?>" />
|
<meta http-equiv="Content-Type" content="text/html; charset=<?= Yii::$app->charset ?>" />
|
||||||
<title><?= Html::encode($this->title) ?></title>
|
<title><?= Html::encode($this->title) ?></title>
|
||||||
<?php $this->head() ?>
|
<?php $this->head() ?>
|
||||||
</head>
|
</head>
|
||||||
|
Loading…
Reference in New Issue
Block a user