Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fusiondirectory
fusiondirectory
Commits
606d6cb2
Commit
606d6cb2
authored
Jan 26, 2017
by
Côme Chilliet
Browse files
Fixes
#5357
Do not empty groups when applying posix tab template
parent
d07ca592
Changes
1
Show whitespace changes
Inline
Side-by-side
plugins/personal/posix/class_posixAccount.inc
View file @
606d6cb2
...
...
@@ -679,8 +679,6 @@ class posixAccount extends simplePlugin
if
(
isset
(
$this
->
attrs
[
'posixGroups'
]))
{
unset
(
$this
->
attrs
[
'posixGroups'
][
'count'
]);
$this
->
groupMembership
=
$this
->
attrs
[
'posixGroups'
];
}
else
{
$this
->
groupMembership
=
array
();
}
if
(
isset
(
$this
->
attrs
[
'force_ids'
]))
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment