aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2010-11-11 02:49:28 -0800
committerFriendika <info@friendika.com>2010-11-11 02:49:28 -0800
commit7be66b1d91f80c3cee0ed6f08392c3f3f1bffc1e (patch)
tree9c813130c32d83c440e145e514bb4e08f6fae0e3 /boot.php
parent0abaa6724d6b2e7e3f5a3f8d81026cee9def0b10 (diff)
downloadvolse-hubzilla-7be66b1d91f80c3cee0ed6f08392c3f3f1bffc1e.tar.gz
volse-hubzilla-7be66b1d91f80c3cee0ed6f08392c3f3f1bffc1e.tar.bz2
volse-hubzilla-7be66b1d91f80c3cee0ed6f08392c3f3f1bffc1e.zip
ff account manager
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/boot.php b/boot.php
index 2ac6ee791..948cca46d 100644
--- a/boot.php
+++ b/boot.php
@@ -163,6 +163,7 @@ class App {
if($this->cmd === '.well-known/host-meta')
require_once('include/hostxrd.php');
+
$this->pager['page'] = ((x($_GET,'page')) ? $_GET['page'] : 1);
$this->pager['itemspage'] = 50;
$this->pager['start'] = ($this->pager['page'] * $this->pager['itemspage']) - $this->pager['itemspage'];