aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_publiclink/get.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_publiclink/get.php')
-rw-r--r--apps/files_publiclink/get.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_publiclink/get.php b/apps/files_publiclink/get.php
index 60570ac2249..d3e3022e761 100644
--- a/apps/files_publiclink/get.php
+++ b/apps/files_publiclink/get.php
@@ -72,7 +72,7 @@ if($path!==false){
header('Content-Length: ' . OC_FILESYSTEM::filesize($path));
//download the file
- ob_clean();
+ @ob_clean();
OC_FILESYSTEM::readfile($path);
}
}else{