Browse Source

Adaptations refactoring/traduction common/controllers/CommonController

dev
Guillaume Bourgeois 6 years ago
parent
commit
1259511803
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      common/controllers/CommonController.php

+ 1
- 1
common/controllers/CommonController.php View File

@@ -46,7 +46,7 @@ class CommonController extends \yii\web\Controller
public function beforeAction($event)
{
if (!Yii::$app->user->isGuest) {
Yii::$app->user->identity->updateDerniereConnexion();
Yii::$app->user->identity->updateLastConnection();
}

return parent::beforeAction($event);

Loading…
Cancel
Save