mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
typo from previous commit fixed
This commit is contained in:
parent
2499c24b8b
commit
65b0824d35
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue