up the count of directory tags
This commit is contained in:
parent
4936beb259
commit
16bcca6aab
@ -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)
|
||||
|
Reference in New Issue
Block a user