Ver código fonte

Refactoring services #885

refactoring
Guillaume 1 ano atrás
pai
commit
e28ce02b08
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      frontend/controllers/SiteController.php

+ 1
- 1
frontend/controllers/SiteController.php Ver arquivo

@@ -254,7 +254,7 @@ class SiteController extends FrontendController
if ($model->load(Yii::$app->request->post())) {
$user = $model->signup();

if ($user && $this->getUserCurrent()->login($user)) {
if ($user && Yii::$app->getUser()->login($user)) {
if ($model->isProducer()) {
$this->redirect(Yii::$app->urlManagerBackend->createAbsoluteUrl(['site/index']));
}

Carregando…
Cancelar
Salvar