diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2014-12-03 10:57:16 +0100 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2014-12-09 09:47:26 +0100 |
commit | 7f7006643f7e659c86b81720dd50b33dbbb07430 (patch) | |
tree | 1c2cc22b0be4a76cc423a89cc50cbf2f55f67866 /apps/files_encryption/lib/stream.php | |
parent | c36bac3abdd4b41620bdebbc3391612aac620fb8 (diff) | |
download | nextcloud-server-7f7006643f7e659c86b81720dd50b33dbbb07430.tar.gz nextcloud-server-7f7006643f7e659c86b81720dd50b33dbbb07430.zip |
Fix namespace of files_encryption classes and autoload them
Diffstat (limited to 'apps/files_encryption/lib/stream.php')
-rw-r--r-- | apps/files_encryption/lib/stream.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_encryption/lib/stream.php b/apps/files_encryption/lib/stream.php index 4038e641343..430bdb595b4 100644 --- a/apps/files_encryption/lib/stream.php +++ b/apps/files_encryption/lib/stream.php @@ -30,7 +30,7 @@ * and then fopen('crypt://streams/foo'); */ -namespace OCA\Encryption; +namespace OCA\Files_Encryption; use OCA\Encryption\Exception\EncryptionException; /** |