From 91454779c27b969c6bea48abc9f2abd4e57682ea Mon Sep 17 00:00:00 2001 From: Klimov Paul Date: Thu, 29 May 2014 17:41:10 +0300 Subject: [PATCH] Missing $message var reference removed from mail layouts --- mail/layouts/html.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mail/layouts/html.php b/mail/layouts/html.php index b7235d1..8c21713 100644 --- a/mail/layouts/html.php +++ b/mail/layouts/html.php @@ -3,7 +3,6 @@ use yii\helpers\Html; /** * @var \yii\web\View $this - * @var \yii\mail\MessageInterface $message * @var string $content */ ?> @@ -11,7 +10,7 @@ use yii\helpers\Html; - + <?= Html::encode($this->title) ?> head() ?>