Commit ae287f12 by Qiang Xue

Fixes #660.

parent f7257e53
......@@ -254,7 +254,7 @@ class ListView extends Widget
return '';
}
/** @var LinkPager $class */
$class = ArrayHelper::remove($this->sorter, 'class', LinkPager::className());
$class = ArrayHelper::remove($this->pager, 'class', LinkPager::className());
$this->pager['pagination'] = $pagination;
return $class::widget($this->pager);
}
......
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