Closed tibee closed 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 ]);
@tibee, thank you for your bug report. Issue is fixed.
Hello!
In ScrollPager.php on line 336-338:
I think it is a typo, should be: