1 |
unnilennium |
1.1 |
--- smeserver-shared-folders-0.1/root/etc/e-smith/events/actions/group-share-modify.fix_permissions_on_group_delete 2009-04-08 11:55:18.000000000 +0200 |
2 |
|
|
+++ smeserver-shared-folders-0.1/root/etc/e-smith/events/actions/group-share-modify 2010-10-20 13:55:16.000000000 +0200 |
3 |
|
|
@@ -27,7 +27,7 @@ |
4 |
|
|
} |
5 |
|
|
$share->set_prop( 'ReadGroups', join( "," , @NewReadGroups ) ); |
6 |
|
|
|
7 |
|
|
- my @OldWriteGroups = split (/[,;]/,$share->prop('ReadGroups')); |
8 |
|
|
+ my @OldWriteGroups = split (/[,;]/,$share->prop('WriteGroups')); |
9 |
|
|
my @NewWriteGroups = (); |
10 |
|
|
foreach (@OldWriteGroups){ |
11 |
|
|
if ( $_ eq $groupName ) { |