summaryrefslogtreecommitdiffstats
path: root/lib/filestorage.php
diff options
context:
space:
mode:
authorRobin Appelman <icewind1991@gmail.com>2011-11-08 22:36:05 +0100
committerRobin Appelman <icewind1991@gmail.com>2011-11-08 22:36:05 +0100
commit5cc6635eb81a8d76c04ee040a791f51ebbe389ef (patch)
treecfe2caa4dc4d76075f9cad9b883f5d0e471db2ed /lib/filestorage.php
parentca6c500799ec13c433ca74b8caa80875084c4943 (diff)
downloadnextcloud-server-5cc6635eb81a8d76c04ee040a791f51ebbe389ef.tar.gz
nextcloud-server-5cc6635eb81a8d76c04ee040a791f51ebbe389ef.zip
remove OC_Filesystem::fromUploadedFile
Diffstat (limited to 'lib/filestorage.php')
-rw-r--r--lib/filestorage.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/filestorage.php b/lib/filestorage.php
index 90071a86dbe..70aaf985b8b 100644
--- a/lib/filestorage.php
+++ b/lib/filestorage.php
@@ -47,7 +47,6 @@ class OC_Filestorage{
public function fopen($path,$mode){}
public function toTmpFile($path){}//copy the file to a temporary file, used for cross-storage file actions
public function fromTmpFile($tmpPath,$path){}//copy a file from a temporary file, used for cross-storage file actions
- public function fromUploadedFile($tmpPath,$path){}//copy a file from a temporary file, used for cross-storage file actions
public function getMimeType($path){}
public function hash($type,$path,$raw){}
public function free_space($path){}