Merge pull request #13144 from MrPetovan/bug/12683-tagcloud-link

Update tag cloud link to conversations
This commit is contained in:
Philipp 2023-05-20 17:42:38 +02:00 committed by GitHub
commit 7d58286cd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ class TagCloud
foreach ($r as $rr) {
$tags[] = [
'level' => $rr[2],
'url' => $url . '?tag=' . urlencode($rr[0]),
'url' => $url . '/conversations?tag=' . urlencode($rr[0]),
'name' => $rr[0],
];
}