diff --git a/root/etc/e-smith/events/actions/pydio-user-rights b/root/etc/e-smith/events/actions/pydio-user-rights index e0729c3..9a93f50 100644 --- a/root/etc/e-smith/events/actions/pydio-user-rights +++ b/root/etc/e-smith/events/actions/pydio-user-rights @@ -34,9 +34,8 @@ my $domain = $c->get('DomainName')->value; # Remove active sessions unlink(); -# Remove plugin and i18n cache +# Remove plugin cache unlink(); -unlink(); foreach my $user (($a->users),$a->get('admin')){ my $name = $user->key;