From a6c2eb8064b9c1b77e22fbb2999de67591480298 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Wed, 23 Oct 2013 13:22:09 +0200 Subject: [PATCH] One more Ajaxplorer -> Pydio renaming --- root/etc/e-smith/events/actions/pydio-user-rights | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/etc/e-smith/events/actions/pydio-user-rights b/root/etc/e-smith/events/actions/pydio-user-rights index f1f083e..e0729c3 100644 --- a/root/etc/e-smith/events/actions/pydio-user-rights +++ b/root/etc/e-smith/events/actions/pydio-user-rights @@ -65,7 +65,7 @@ foreach my $user (($a->users),$a->get('admin')){ # In any case, re-compute the effective permissions foreach my $share ($a->get_all_by_prop(type => 'share')){ my $sharename = $share->key; - my $access = $share->prop('Ajaxplorer') || 'disabled'; + my $access = $share->prop('Pydio') || 'disabled'; next unless ($access eq 'enabled'); my @readgroups = split(/[;,]/, $share->prop('ReadGroups') || ''); my @writegroups = split(/[;,]/, $share->prop('WriteGroups') || '');