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

Style fixes.

parent d0fa5f2f
Branches
Tags
No related merge requests found
...@@ -201,8 +201,8 @@ class ResultScroller extends AbstractPlugin ...@@ -201,8 +201,8 @@ class ResultScroller extends AbstractPlugin
* *
* @param array $retVal Return values (in progress) * @param array $retVal Return values (in progress)
* @param \VuFind\Search\Base\Results $lastSearch Representation of last search * @param \VuFind\Search\Base\Results $lastSearch Representation of last search
* @param int $pos Current position within previous * @param int $pos Current position within
* page * previous page
* *
* @return array * @return array
*/ */
...@@ -354,7 +354,8 @@ class ResultScroller extends AbstractPlugin ...@@ -354,7 +354,8 @@ class ResultScroller extends AbstractPlugin
$pos = is_array($this->data->prevIds) $pos = is_array($this->data->prevIds)
? array_search($id, $this->data->prevIds) : false; ? array_search($id, $this->data->prevIds) : false;
if ($pos !== false) { if ($pos !== false) {
return $this->scrollToPreviousPage($retVal, $lastSearch, $pos); return $this
->scrollToPreviousPage($retVal, $lastSearch, $pos);
} }
} }
......
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