One more Ajaxplorer -> Pydio renaming

This commit is contained in:
Daniel Berteaud 2013-10-23 13:22:09 +02:00
parent 98701cfbbd
commit a6c2eb8064
1 changed files with 1 additions and 1 deletions

View File

@ -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') || '');