Skip to content
Snippets Groups Projects
Commit c60c6024 authored by Michael Gapczynski's avatar Michael Gapczynski
Browse files

Remove toTmpFile() from shared storage, no longer needed

parent eac297e8
Branches
No related tags found
No related merge requests found
......@@ -347,14 +347,6 @@ class OC_Filestorage_Shared extends OC_Filestorage_Common {
return false;
}
public function toTmpFile($path) {
if ($source = $this->getSourcePath($path)) {
$storage = OC_Filesystem::getStorage($source);
return $storage->toTmpFile($this->getInternalPath($source));
}
return false;
}
public function getMimeType($path) {
if ($path == '' || $path == '/') {
return 'httpd/unix-directory';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment