https://bugs.koozali.org/show_bug.cgi?id=12241
Bug ID: 12241
Summary: username matching partially group name remove group
access to ibays external file
Classification: Contribs
Product: SME Contribs
Version: 10.0
Hardware: ---
OS: ---
Status: CONFIRMED
Severity: normal
Priority: P3
Component: smeserver-nextcloud
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
Target Milestone: ---
the fix
- my @matching_keys = grep { $localmounts{$_}{'host'} =~ m/localhost$/ &&
$localmounts{$_}{'share'} =~ m/$key$/} keys %localmounts;
+ my @matching_keys = grep { $localmounts{$_}{'host'} =~ m/localhost$/ &&
$localmounts{$_}{'share'} =~ m/^$key$/} keys %localmounts;
--
You are receiving this mail because:
You are the QA Contact for the bug._______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/