From: friendica Date: Mon, 2 Jul 2012 02:40:03 +0000 (-0700) Subject: ...and the other bit X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=ab2b3304dc7c30f65297d398661b1eccb2723685;p=friendica.git ...and the other bit --- diff --git a/boot.php b/boot.php index a6fa8e26c2..63e4265d95 100644 --- 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; }