diff options
author | friendica <info@friendica.com> | 2012-07-01 19:40:03 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-07-01 19:40:03 -0700 |
commit | ab2b3304dc7c30f65297d398661b1eccb2723685 (patch) | |
tree | d89af9c86bcfc3a2ceeeacb661d93cef930a767c | |
parent | e2a725ff986f80e45dac842db51fcc007a9683d9 (diff) | |
download | volse-hubzilla-ab2b3304dc7c30f65297d398661b1eccb2723685.tar.gz volse-hubzilla-ab2b3304dc7c30f65297d398661b1eccb2723685.tar.bz2 volse-hubzilla-ab2b3304dc7c30f65297d398661b1eccb2723685.zip |
...and the other bit
-rw-r--r-- | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } |