diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/filesystem.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/filesystem.php b/lib/filesystem.php index e4e63cee486..8afef050832 100644 --- a/lib/filesystem.php +++ b/lib/filesystem.php @@ -214,7 +214,7 @@ class OC_Filesystem{ foreach($mountConfig['group'] as $group=>$mounts) {
if(OC_Group::inGroup($user,$group)) {
foreach($mounts as $mountPoint=>$options) {
- $mountPoint=self::($mountPoint, $user);
+ $mountPoint=self::setUserVars($mountPoint, $user);
foreach($options as &$option) {
$option=self::setUserVars($option, $user);
}
|