| @@ -82,7 +82,7 @@ | ||
| 82 | 82 | $this->offset = (($this->page * $this->limit) - $this->limit >= 0 ? ($this->page * $this->limit) - $this->limit : 0); | 
| 83 | 83 |          $this->hash = (!empty($hash) ? "#{$hash}" : null); | 
| 84 | 84 | |
| 85 | - $this->addGetParams($params); | |
| 85 | + $this->addGetParams($params); | |
| 86 | 86 | |
| 87 | 87 |          if ($this->rows && $this->offset >= $this->rows) { | 
| 88 | 88 |              header("Location: {$this->link}" . ceil($this->rows / $this->limit)); |