[Pkg-owncloud-commits] [owncloud] 194/394: [files_external] removing function as it's the same in the base class - THX Robin
David Prévot
taffit at alioth.debian.org
Fri Nov 8 23:12:02 UTC 2013
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to annotated tag v4.5.10
in repository owncloud.
commit d0142ea1fbc7a01c989075980bd31dfaed5c9f92
Author: Thomas Mueller <thomas.mueller at tmit.eu>
Date: Thu Dec 6 19:55:30 2012 +0100
[files_external] removing function as it's the same in the base class - THX Robin
---
apps/files_external/lib/smb.php | 6 ------
1 file changed, 6 deletions(-)
diff --git a/apps/files_external/lib/smb.php b/apps/files_external/lib/smb.php
index 255525c..a19ef3b 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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list