Skip to content
Snippets Groups Projects
Commit 7adb5ae2 authored by Björn Schießle's avatar Björn Schießle
Browse files

Merge pull request #7929 from owncloud/enc_dont_write_file_if_enc_fails

don't write file if opening a stream to encrypt the data fails
parents 70db3484 b9100bc2
No related branches found
No related tags found
No related merge requests found
......@@ -128,6 +128,8 @@ class Proxy extends \OC_FileProxy {
// re-enable proxy - our work is done
\OC_FileProxy::$enabled = $proxyStatus;
} else {
return false;
}
}
}
......
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