kop / yii2-scroll-pager

Infinite AJAX scrolling for Yii2 ListView widget
https://kop.github.io/yii2-scroll-pager/
MIT License
180 stars 63 forks source link

History plugin misconfigured #1

Closed tibee closed 10 years ago

tibee commented 10 years ago

Hello!

In ScrollPager.php on line 336-338:

            $historySettings = Json::encode([
                'prev' => $this->noneLeftText
            ]);

I think it is a typo, should be:

            $historySettings = Json::encode([
                'prev' => $this->historyPrev
            ]);
kop commented 10 years ago

@tibee, thank you for your bug report. Issue is fixed.