don't write file if opening a stream to encrypt the data fails

remotes/origin/stable6
Bjoern Schiessle 13 years ago
parent 24274acd6a
commit 027de54558
  1. 2
      apps/files_encryption/lib/proxy.php

@ -128,6 +128,8 @@ class Proxy extends \OC_FileProxy {
// re-enable proxy - our work is done
\OC_FileProxy::$enabled = $proxyStatus;
} else {
return false;
}
}
}

Loading…
Cancel
Save