tagcloud: remove redundant f arg

This commit is contained in:
Mario
2025-09-15 07:12:09 +00:00
parent 4a098cbeaf
commit 121fb74c6c

View File

@@ -487,7 +487,7 @@ function wtagblock($uid,$count = 0,$authors = '',$owner = '', $flags = 0,$restri
intval($uid) intval($uid)
); );
$url = z_root() . '/channel/' . $c[0]['channel_address'].'/?f=&tag='; $url = z_root() . '/channel/' . $c[0]['channel_address'].'?tag=';
$tpl = get_markup_template('tagcloud.tpl'); $tpl = get_markup_template('tagcloud.tpl');
$o .= replace_macros($tpl, [ $o .= replace_macros($tpl, [