зеркало из https://github.com/nextcloud/server.git
fix user specific mount configuration
This commit is contained in:
Родитель
d42d88d391
Коммит
012a907a8a
|
@ -232,8 +232,8 @@ class OC_Filesystem{
|
||||||
}
|
}
|
||||||
|
|
||||||
if(isset($mountConfig['user'])) {
|
if(isset($mountConfig['user'])) {
|
||||||
foreach($mountConfig['user'] as $user=>$mounts) {
|
foreach($mountConfig['user'] as $mountUser=>$mounts) {
|
||||||
if($user==='all' or strtolower($user)===strtolower($user)) {
|
if($user==='all' or strtolower($mountUser)===strtolower($user)) {
|
||||||
foreach($mounts as $mountPoint=>$options) {
|
foreach($mounts as $mountPoint=>$options) {
|
||||||
$mountPoint=self::setUserVars($mountPoint, $user);
|
$mountPoint=self::setUserVars($mountPoint, $user);
|
||||||
foreach($options as &$option) {
|
foreach($options as &$option) {
|
||||||
|
|
Загрузка…
Ссылка в новой задаче