Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Mueller <thomas.mueller@tmit.eu>2012-12-06 22:55:30 +0400
committerThomas Mueller <thomas.mueller@tmit.eu>2012-12-06 22:55:30 +0400
commitd0142ea1fbc7a01c989075980bd31dfaed5c9f92 (patch)
tree6ce7ad4fd6926f6e1828c84610e8081b5a47829f /apps/files_external
parent01a8af1a1c62c4d012da90800f1c93edf0a5c028 (diff)
[files_external] removing function as it's the same in the base class - THX Robin
Diffstat (limited to 'apps/files_external')
-rw-r--r--apps/files_external/lib/smb.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/apps/files_external/lib/smb.php b/apps/files_external/lib/smb.php
index 255525c7d6e..a19ef3b3804 100644
--- a/apps/files_external/lib/smb.php
+++ b/apps/files_external/lib/smb.php
@@ -58,12 +58,6 @@ class OC_FileStorage_SMB extends OC_FileStorage_StreamWrapper{
}
}
- public function filetype($path) {
- // filetype uses stat of the stream wrapper implementation to determine the file type
- // see: http://php.net/manual/de/streamwrapper.url-stat.php
- return filetype($this->constructUrl($path));
- }
-
/**
* check if a file or folder has been updated since $time
* @param int $time