revert to using fopen for webdav instead of readfile

remotes/origin/stable5
Robin Appelman 13 years ago
parent 7ab35af6dd
commit f047fdbfaa
  1. 2
      lib/connector/sabre/file.php

@ -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');
}

Loading…
Cancel
Save