From 15142769662751122809accc584f2705b9d771f9 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Wed, 3 Jul 2013 16:06:57 +0200 Subject: [PATCH] Purge i18n cache --- root/etc/e-smith/events/actions/ajaxplorer-user-rights | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;