diff options
author | Sam Tuke <samtuke@owncloud.com> | 2012-10-17 16:35:19 +0100 |
---|---|---|
committer | Sam Tuke <samtuke@owncloud.com> | 2012-10-17 16:35:19 +0100 |
commit | 265f3654af3a8abb96a74214e63cd65a0a40f150 (patch) | |
tree | d7d811d0f6251f3ae90ef3d247001d0badd9afc7 /apps/files_encryption/ajax | |
parent | 8b01286a5d14bae90607d5192c89b5f9d72d8bc2 (diff) | |
download | nextcloud-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.php | 2 |
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();
|