From 22074c81fa264e22a669801f5d48800da94cf11d Mon Sep 17 00:00:00 2001 From: timur Date: Wed, 28 Feb 2018 13:07:51 +0200 Subject: [PATCH] add email to sendlist feedback --- frontend/controllers/SiteController.php | 2 +- frontend/views/layouts/main.php | 11 ++++++++--- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/frontend/controllers/SiteController.php b/frontend/controllers/SiteController.php index ebf99bd..dcc031c 100644 --- a/frontend/controllers/SiteController.php +++ b/frontend/controllers/SiteController.php @@ -232,7 +232,7 @@ ->setTo( [ 'tamerlan8.05.92@gmail.com', - 'mpav@artweb.ua', + $settings->email, ] ) ->setSubject(\Yii::t('app', 'Feedback')) diff --git a/frontend/views/layouts/main.php b/frontend/views/layouts/main.php index b677a49..51205ce 100644 --- a/frontend/views/layouts/main.php +++ b/frontend/views/layouts/main.php @@ -102,9 +102,14 @@
-- libgit2 0.21.4