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