Sfoglia il codice sorgente

Refactoring services #885

refactoring
Guillaume 1 anno fa
parent
commit
e28ce02b08
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      frontend/controllers/SiteController.php

+ 1
- 1
frontend/controllers/SiteController.php Vedi File

@@ -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']));
}

Loading…
Annulla
Salva