diff options
Diffstat (limited to 'apps/files_external/lib/google.php')
-rwxr-xr-x | apps/files_external/lib/google.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_external/lib/google.php b/apps/files_external/lib/google.php index 24a9d6c3d52..a133d35e737 100755 --- a/apps/files_external/lib/google.php +++ b/apps/files_external/lib/google.php @@ -84,7 +84,7 @@ class OC_Filestorage_Google extends OC_Filestorage_Common { curl_setopt($curl, CURLOPT_HTTPHEADER, $headers); } if ($isDownload) { - $tmpFile = OCP\Util::tmpFile(); + $tmpFile = OCP\Files::tmpFile(); $fp = fopen($tmpFile, 'w'); curl_setopt($curl, CURLOPT_FILE, $fp); curl_exec($curl); |