missed one ...

This commit is contained in:
tonis ormisson
2022-09-08 14:07:34 +03:00
parent 569b049011
commit ec665e1cc2
2 changed files with 1 additions and 1 deletions

View File

@ -128,6 +128,7 @@ class AdminController extends Controller
[
'dataProvider' => $dataProvider,
'searchModel' => $searchModel,
'module' => $this->module
]
);
}

View File

@ -24,7 +24,6 @@ use yii\widgets\Pjax;
$this->title = Yii::t('usuario', 'Manage users');
$this->params['breadcrumbs'][] = $this->title;
$module = Yii::$app->getModule('user');
?>
<?php $this->beginContent($module->viewPath . '/shared/admin_layout.php') ?>