Skip to content

Commit

Permalink
Fixes yiisoft#668
Browse files Browse the repository at this point in the history
  • Loading branch information
qiangxue committed Jul 27, 2013
1 parent 4ff642d commit 0b1fad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/yii/widgets/DetailView.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
*
* ~~~
* \yii\widgets\DetailView::widget(array(
* 'data' => $model,
* 'model' => $model,
* 'attributes' => array(
* 'title', // title attribute (in plain text)
* 'description:html', // description attribute in HTML
Expand Down

0 comments on commit 0b1fad2

Please sign in to comment.