[files_external] removing function as it's the same in the base class - THX Robin
Conflicts: apps/files_external/lib/smb.php
This commit is contained in:
parent
eed48c8159
commit
89bc26210a
1 changed files with 0 additions and 5 deletions
|
@ -59,11 +59,6 @@ class SMB extends \OC\Files\Storage\StreamWrapper{
|
|||
}
|
||||
}
|
||||
|
||||
public function filetype($path) {
|
||||
// using opendir causes the same amount of requests and caches the content of the folder in one go
|
||||
return (bool)@$this->opendir($path) ? 'dir' : 'file';
|
||||
}
|
||||
|
||||
/**
|
||||
* check if a file or folder has been updated since $time
|
||||
* @param string $path
|
||||
|
|
Loading…
Reference in a new issue