mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -07:00
Minor improvements (#913)
This commit is contained in:
parent
4ef31d2878
commit
45f17fe7b6
2 changed files with 5 additions and 5 deletions
|
@ -72,7 +72,7 @@ switch ($mode) {
|
|||
|
||||
if (isset($mod['mod_groups'][$forum_id])) {
|
||||
foreach ($mod['mod_groups'][$forum_id] as $group_id) {
|
||||
$moderators[] = '<a href="' . "group.php?" . POST_GROUPS_URL . "=" . $group_id . '">' . $mod['name_groups'][$group_id] . '</a>';
|
||||
$moderators[] = '<a href="' . GROUP_URL . $group_id . '">' . $mod['name_groups'][$group_id] . '</a>';
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue