Skip to content

Commit a71c50a

Browse files
committed
Remove obsolete link
1 parent e6e5632 commit a71c50a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

wcfsetup/install/files/lib/system/gridView/user/ModerationQueueGridView.class.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public function __construct(?int $status = null)
4747
->label('wcf.global.title')
4848
->titleColumn()
4949
->renderer(
50-
new class extends DefaultColumnRenderer implements ILinkColumnRenderer {
50+
new class extends DefaultColumnRenderer {
5151
#[\Override]
5252
public function render(mixed $value, DatabaseObject $row): string
5353
{
@@ -65,7 +65,7 @@ public function render(mixed $value, DatabaseObject $row): string
6565
$badge = '';
6666
}
6767
return <<<HTML
68-
<a href="{$link}">{$title}</a>{$badge}
68+
{$title}{$badge}
6969
HTML;
7070
}
7171
}

0 commit comments

Comments
 (0)