Commit 244dece0 authored by Shakarim Sapa's avatar Shakarim Sapa

- Исправлено обращение к модели виджета DetailView

parent ed2bcdd5
...@@ -17,7 +17,7 @@ if(!empty($_GET['is_created'])) { ...@@ -17,7 +17,7 @@ if(!empty($_GET['is_created'])) {
} }
echo DetailView::widget(array( echo DetailView::widget(array(
'data' => $model, 'model' => $model,
'attributes' => array( 'attributes' => array(
'fio', 'fio',
'email', 'email',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment