]> git.mxchange.org Git - friendica.git/commitdiff
...and the other bit
authorfriendica <info@friendica.com>
Mon, 2 Jul 2012 02:40:03 +0000 (19:40 -0700)
committerfriendica <info@friendica.com>
Mon, 2 Jul 2012 02:40:03 +0000 (19:40 -0700)
boot.php

index a6fa8e26c20c7c7295588d47c3b4a0d3a3f29b6d..63e4265d95a8c285238c60c261a6d4b5defa233b 100644 (file)
--- a/boot.php
+++ b/boot.php
@@ -443,7 +443,7 @@ if(! class_exists('App')) {
                        $this->pager['itemspage'] = 50;
                        $this->pager['start'] = ($this->pager['page'] * $this->pager['itemspage']) - $this->pager['itemspage'];
                        if($this->pager['start'] < 0)
-                               $this->pager['start'] = 1;
+                               $this->pager['start'] = 0;
                        $this->pager['total'] = 0;
                }