diff options
author | friendica <info@friendica.com> | 2015-03-09 15:24:05 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-03-09 15:24:05 -0700 |
commit | 16bcca6aab0267fb36ad95ca0ee5d1bd14e0ec37 (patch) | |
tree | c6f03bd89cb2d5981abd2089a5694b8e1e26bd36 /mod/directory.php | |
parent | 4936beb259c2e36006eac476ce007b86660adf76 (diff) | |
download | volse-hubzilla-16bcca6aab0267fb36ad95ca0ee5d1bd14e0ec37.tar.gz volse-hubzilla-16bcca6aab0267fb36ad95ca0ee5d1bd14e0ec37.tar.bz2 volse-hubzilla-16bcca6aab0267fb36ad95ca0ee5d1bd14e0ec37.zip |
up the count of directory tags
Diffstat (limited to 'mod/directory.php')
-rw-r--r-- | mod/directory.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/directory.php b/mod/directory.php index d186a778d..274584862 100644 --- a/mod/directory.php +++ b/mod/directory.php @@ -131,7 +131,7 @@ function directory_content(&$a) { $numtags = get_config('system','directorytags'); - $kw = ((intval($numtags)) ? $numtags : 24); + $kw = ((intval($numtags)) ? $numtags : 50); $query = $url . '?f=&kw=' . $kw . (($safe_mode != 1) ? '&safe=' . $safe_mode : ''); if($token) |