summaryrefslogtreecommitdiffstats
path: root/apps/files_encryption/lib/helper.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/helper.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/helper.php')
-rw-r--r--apps/files_encryption/lib/helper.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_encryption/lib/helper.php b/apps/files_encryption/lib/helper.php
index 34deb112798..b1147a0eb52 100644
--- a/apps/files_encryption/lib/helper.php
+++ b/apps/files_encryption/lib/helper.php
@@ -23,7 +23,7 @@
*
*/
-namespace OCA\Encryption;
+namespace OCA\Files_Encryption;
/**
* Class to manage registration of hooks an various helper methods