JaquelineBrandao / yii

Automatically exported from code.google.com/p/yii
0 stars 0 forks source link

In Yii v.1.1 CBaseListView not pass parameters to pager, except the parameter class #987

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
fix by changing line 227 in CBaseListView.php
 unset($pager);
to
 unset($pager['class']);

Original issue reported on code.google.com by nikel...@gmail.com on 8 Mar 2010 at 1:55

GoogleCodeExporter commented 9 years ago
The original code IS unset($pager['class']).

Original comment by qiang.xue on 8 Mar 2010 at 10:25