Skip to content
Snippets Groups Projects
Commit f047fdbf authored by Robin Appelman's avatar Robin Appelman
Browse files

revert to using fopen for webdav instead of readfile

parent 7ab35af6
No related branches found
No related tags found
Loading
......@@ -42,7 +42,7 @@ class OC_Connector_Sabre_File extends OC_Connector_Sabre_Node implements Sabre_D
*/
public function get() {
return OC_Filesystem::readfile($this->path);
return OC_Filesystem::fopen($this->path,'rb');
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment