summaryrefslogtreecommitdiffstats
path: root/apps/files_encryption/lib/util.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-12-03 10:57:16 +0100
committerJoas Schilling <nickvergessen@gmx.de>2014-12-09 09:47:26 +0100
commit7f7006643f7e659c86b81720dd50b33dbbb07430 (patch)
tree1c2cc22b0be4a76cc423a89cc50cbf2f55f67866 /apps/files_encryption/lib/util.php
parentc36bac3abdd4b41620bdebbc3391612aac620fb8 (diff)
downloadnextcloud-server-7f7006643f7e659c86b81720dd50b33dbbb07430.tar.gz
nextcloud-server-7f7006643f7e659c86b81720dd50b33dbbb07430.zip
Fix namespace of files_encryption classes and autoload them
Diffstat (limited to 'apps/files_encryption/lib/util.php')
-rw-r--r--apps/files_encryption/lib/util.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_encryption/lib/util.php b/apps/files_encryption/lib/util.php
index 2b4a50d6e2b..2052a976f71 100644
--- a/apps/files_encryption/lib/util.php
+++ b/apps/files_encryption/lib/util.php
@@ -23,7 +23,7 @@
*
*/
-namespace OCA\Encryption;
+namespace OCA\Files_Encryption;
/**
* Class for utilities relating to encrypted file storage system