From ab2b3304dc7c30f65297d398661b1eccb2723685 Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 1 Jul 2012 19:40:03 -0700 Subject: [PATCH] ...and the other bit --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }