#1084 - Исправить e-mail, на который приходят завки из форм Блога

parent ecd6820e
...@@ -138,7 +138,7 @@ class PostController extends BaseController ...@@ -138,7 +138,7 @@ class PostController extends BaseController
{ {
try try
{ {
$email = 'Levshin@kupitsite.ru'; $email = Settings::getValue('article-email');
$message = $this->renderPartial('_mail', [ $message = $this->renderPartial('_mail', [
'model' => $model 'model' => $model
......
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