mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 08:29:10 -05:00
dont try to create mountpoints automatically
This commit is contained in:
parent
0e6238c66f
commit
39086ef63e
1 changed files with 0 additions and 3 deletions
|
|
@ -319,9 +319,6 @@ class OC_Filesystem{
|
|||
if(substr($mountpoint,-1)!=='/'){
|
||||
$mountpoint=$mountpoint.'/';
|
||||
}
|
||||
if (self::getView() != null && $mountpoint != '/' && !self::is_dir(basename($mountpoint))) {
|
||||
self::mkdir(basename($mountpoint));
|
||||
}
|
||||
self::$mounts[$mountpoint]=array('class'=>$class,'arguments'=>$arguments);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue