Skip to content
Snippets Groups Projects
Commit d09d6e5c authored by Demian Katz's avatar Demian Katz
Browse files

Updated comment.

parent 149c31b1
No related merge requests found
......@@ -566,8 +566,8 @@ class ResultScroller extends AbstractPlugin
if (!empty($row)) {
$minSO = $row->getSearchObject();
$search = $minSO->deminify($this->resultsManager);
// The saved search does not remember its original limit;
// we should reapply it from the session data:
// The saved search does not remember its original limit or sort;
// we should reapply them from the session data:
$search->getParams()->setLimit($this->data->limit);
$search->getParams()->setSort($this->data->sort);
return $search;
......
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