dont try to create mountpoints automatically

This commit is contained in:
Robin Appelman 2012-07-20 17:57:51 +02:00
parent 0e6238c66f
commit 39086ef63e
1 changed files with 0 additions and 3 deletions

View File

@ -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);
}