Commit 24e15d16 authored by Shakarim Sapa's avatar Shakarim Sapa

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

parent 244dece0
......@@ -23,11 +23,11 @@ echo DetailView::widget(array(
'email',
'phone',
array(
'name' => 'role',
'attribute' => 'role',
'value' => $model->role->description
),
array(
'name' => 'status',
'attribute' => 'status',
'value' => User::$status_list[$model->status]
),
'date_create'
......
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