Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
die_coolen_jungs
our_own_cloud_project
Commits
89bc2621
Commit
89bc2621
authored
Dec 06, 2012
by
Thomas Mueller
Browse files
[files_external] removing function as it's the same in the base class - THX Robin
Conflicts: apps/files_external/lib/smb.php
parent
eed48c81
Changes
1
Hide whitespace changes
Inline
Side-by-side
apps/files_external/lib/smb.php
View file @
89bc2621
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment