summaryrefslogtreecommitdiffstats
path: root/apps/files_encryption/ajax
diff options
context:
space:
mode:
authorSam Tuke <samtuke@owncloud.com>2012-10-17 16:35:19 +0100
committerSam Tuke <samtuke@owncloud.com>2012-10-17 16:35:19 +0100
commit265f3654af3a8abb96a74214e63cd65a0a40f150 (patch)
treed7d811d0f6251f3ae90ef3d247001d0badd9afc7 /apps/files_encryption/ajax
parent8b01286a5d14bae90607d5192c89b5f9d72d8bc2 (diff)
downloadnextcloud-server-265f3654af3a8abb96a74214e63cd65a0a40f150.tar.gz
nextcloud-server-265f3654af3a8abb96a74214e63cd65a0a40f150.zip
all unit files_encryption crypt unit tests now passing after merge
Diffstat (limited to 'apps/files_encryption/ajax')
-rw-r--r--apps/files_encryption/ajax/mode.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_encryption/ajax/mode.php b/apps/files_encryption/ajax/mode.php
index 64203b42cf5..64c5be94401 100644
--- a/apps/files_encryption/ajax/mode.php
+++ b/apps/files_encryption/ajax/mode.php
@@ -5,7 +5,7 @@
* See the COPYING-README file.
*/
-use OCA_Encryption\Keymanager;
+use OCA\Encryption\Keymanager;
OCP\JSON::checkAppEnabled('files_encryption');
OCP\JSON::checkLoggedIn();