@@ -125,7 +125,7 @@ |
||
| 125 | 125 | } |
| 126 | 126 | |
| 127 | 127 | // calculate starting count for <ol> (items per page multiplied by (number of pages -1) and adding +1) |
| 128 | - $pagination['resultCountStart'] = (($this->getItemsPerPage() * ($this->currentPage-1))+1); |
|
| 128 | + $pagination['resultCountStart'] = (($this->getItemsPerPage() * ($this->currentPage - 1)) + 1); |
|
| 129 | 129 | return $pagination; |
| 130 | 130 | } |
| 131 | 131 | |