From 7be66b1d91f80c3cee0ed6f08392c3f3f1bffc1e Mon Sep 17 00:00:00 2001 From: Friendika Date: Thu, 11 Nov 2010 02:49:28 -0800 Subject: ff account manager --- boot.php | 1 + 1 file changed, 1 insertion(+) (limited to 'boot.php') 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']; -- cgit v1.2.3