diff options
author | Max Kostikov <max@kostikov.co> | 2021-03-08 20:43:29 +0000 |
---|---|---|
committer | Max Kostikov <max@kostikov.co> | 2021-03-08 20:43:29 +0000 |
commit | 1ad6308f979572343cffdce83638273a6e210f28 (patch) | |
tree | 1ffccb3ec7562db1d15ea729511cc1b85f0b7dcd /include/taxonomy.php | |
parent | 5d82bf946e10ce2bc29935977b17987a3bb84b07 (diff) | |
download | volse-hubzilla-1ad6308f979572343cffdce83638273a6e210f28.tar.gz volse-hubzilla-1ad6308f979572343cffdce83638273a6e210f28.tar.bz2 volse-hubzilla-1ad6308f979572343cffdce83638273a6e210f28.zip |
Formatting
Diffstat (limited to 'include/taxonomy.php')
-rw-r--r-- | include/taxonomy.php | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/include/taxonomy.php b/include/taxonomy.php index 19a843cc4..f765a9f0e 100644 --- a/include/taxonomy.php +++ b/include/taxonomy.php @@ -332,11 +332,10 @@ function pubtagblock($net,$site,$limit,$recent = 0,$safemode = 1, $type = TERM_H function pub_tagadelic($net, $site, $limit, $recent, $safemode, $type) { - - $item_normal = item_normal(); - $count = intval($limit); - - $sql_extra = ""; + + $item_normal = item_normal(); + $count = intval($limit); + $sql_extra = ""; if($site) $uids = " and item.uid in ( " . stream_perms_api_uids(PERMS_PUBLIC) . " ) and item_private = 0 and item_wall = 1 "; else { |