diff options
author | Bart Visscher <bartv@thisnet.nl> | 2013-09-13 17:45:27 +0200 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2014-02-12 09:09:51 +0100 |
commit | 1fb5f96c37ab8738ba96b97bc04a75b0fa911aca (patch) | |
tree | 197c3e56fba806c086fab37c97825dc7e363a1f8 /apps/files_encryption | |
parent | addd0fba3887edafd03b3c22efa6f8276e1884dc (diff) | |
download | nextcloud-server-1fb5f96c37ab8738ba96b97bc04a75b0fa911aca.tar.gz nextcloud-server-1fb5f96c37ab8738ba96b97bc04a75b0fa911aca.zip |
Style fixes
Diffstat (limited to 'apps/files_encryption')
-rw-r--r-- | apps/files_encryption/lib/proxy.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_encryption/lib/proxy.php b/apps/files_encryption/lib/proxy.php index 11048005969..6425ace7f56 100644 --- a/apps/files_encryption/lib/proxy.php +++ b/apps/files_encryption/lib/proxy.php @@ -262,7 +262,7 @@ class Proxy extends \OC_FileProxy { } elseif ( self::shouldEncrypt($path) - and $meta ['mode'] !== 'r' + and $meta['mode'] !== 'r' and $meta['mode'] !== 'rb' ) { $result = fopen('crypt://' . $path, $meta['mode']); |