aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-07-01 19:40:03 -0700
committerfriendica <info@friendica.com>2012-07-01 19:40:03 -0700
commitab2b3304dc7c30f65297d398661b1eccb2723685 (patch)
treed89af9c86bcfc3a2ceeeacb661d93cef930a767c /boot.php
parente2a725ff986f80e45dac842db51fcc007a9683d9 (diff)
downloadvolse-hubzilla-ab2b3304dc7c30f65297d398661b1eccb2723685.tar.gz
volse-hubzilla-ab2b3304dc7c30f65297d398661b1eccb2723685.tar.bz2
volse-hubzilla-ab2b3304dc7c30f65297d398661b1eccb2723685.zip
...and the other bit
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index a6fa8e26c..63e4265d9 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;
}