Skip to content

Commit dce05f3

Browse files
committed
ObjectsTabs: Fix tab links for object (host, service and user) groups
1 parent 6749b4f commit dce05f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/Director/Web/Tabs/ObjectsTabs.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public function __construct($type, Auth $auth, $typeUrl)
6565

6666
if ($object->supportsGroups()) {
6767
$this->add('groups', [
68-
'url' => sprintf('director/%sgroups', $typeUrl),
68+
'url' => sprintf('director/%sgroups', $type),
6969
'label' => $this->translate('Groups')
7070
]);
7171
}

0 commit comments

Comments
 (0)