From 16d5c9488cae4a17381dec8726229be2e7de21fa Mon Sep 17 00:00:00 2001 From: Vitaliy Date: Fri, 20 May 2016 16:16:59 +0300 Subject: [PATCH] проапдейтил роли --- frontend/controllers/RegController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/controllers/RegController.php b/frontend/controllers/RegController.php index 4162365..eafd7ba 100755 --- a/frontend/controllers/RegController.php +++ b/frontend/controllers/RegController.php @@ -58,7 +58,7 @@ class RegController extends Controller $modelLogin->username = $model->username; $modelLogin->password = $model->password; $modelLogin->login(); - Mailer::widget(['type' => 'registration', 'subject'=> 'Спасибо за регистрацию', 'email' => $model->username ]); + //Mailer::widget(['type' => 'registration', 'subject'=> 'Спасибо за регистрацию', 'email' => $model->username ]); $this->redirect(['/iam']); } -- libgit2 0.21.4