aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-03-04 19:34:04 -0800
committerfriendica <info@friendica.com>2014-03-04 19:34:04 -0800
commit4da73d7d841d9ed33ce83539d7faac5809cac6dc (patch)
treee6afde9a5ae56f958a2d2e95dd931349d9aa9c80 /mod
parentc43a7783c840cb41711edefd60187dad201ac1da (diff)
downloadvolse-hubzilla-4da73d7d841d9ed33ce83539d7faac5809cac6dc.tar.gz
volse-hubzilla-4da73d7d841d9ed33ce83539d7faac5809cac6dc.tar.bz2
volse-hubzilla-4da73d7d841d9ed33ce83539d7faac5809cac6dc.zip
stopgap solution until somebody implements endless scroll on the directory
Diffstat (limited to 'mod')
-rw-r--r--mod/dirsearch.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/dirsearch.php b/mod/dirsearch.php
index 7b83b8a46..d06ccb619 100644
--- a/mod/dirsearch.php
+++ b/mod/dirsearch.php
@@ -99,7 +99,7 @@ function dirsearch_content(&$a) {
- $perpage = (($_REQUEST['n']) ? $_REQUEST['n'] : 80);
+ $perpage = (($_REQUEST['n']) ? $_REQUEST['n'] : 300);
$page = (($_REQUEST['p']) ? intval($_REQUEST['p'] - 1) : 0);
$startrec = (($page+1) * $perpage) - $perpage;
$limit = (($_REQUEST['limit']) ? intval($_REQUEST['limit']) : 0);