Преглед изворни кода

Adaptations refactoring/traduction common/controllers/CommonController

dev
Guillaume Bourgeois пре 6 година
родитељ
комит
1259511803
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      common/controllers/CommonController.php

+ 1
- 1
common/controllers/CommonController.php Прегледај датотеку

@@ -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…
Откажи
Сачувај