mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -07:00
Minor improvements (#952)
This commit is contained in:
parent
f6302ca550
commit
1ac777c1f7
2 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@ switch ($mode) {
|
|||
foreach (DB()->fetch_rowset($sql) as $row) {
|
||||
$class = ($row['user_pending']) ? 'med' : 'med bold';
|
||||
$class .= ($row['group_moderator'] == $user_id) ? ' colorMod' : '';
|
||||
$href = "group.php?g={$row['group_id']}";
|
||||
$href = GROUP_URL . $row['group_id'];
|
||||
|
||||
if (IS_ADMIN) {
|
||||
$href .= "&u=$user_id";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue