@@ -497,6 +497,6 @@ |
||
497 | 497 | * @throws Exception |
498 | 498 | */ |
499 | 499 | public function getPages() { |
500 | - return ceil($this->getFullCount() / $this->getLimit()); |
|
500 | + return ceil($this->getFullCount() / $this->getLimit()); |
|
501 | 501 | } |
502 | 502 | } |
503 | 503 | \ No newline at end of file |