summaryrefslogtreecommitdiffstats
path: root/apps/files_encryption/lib
diff options
context:
space:
mode:
authorBjoern Schiessle <schiessle@owncloud.com>2014-06-24 10:43:07 +0200
committerBjoern Schiessle <schiessle@owncloud.com>2014-06-24 10:43:07 +0200
commit9c45a3196bff4ae0658cb26e7011589bd17b5454 (patch)
tree20b8abf233d425b2b82a12ae8bbc75a630e5ebfa /apps/files_encryption/lib
parent6b85fe819c4c944ae27a1588d809f4dfeb0d0259 (diff)
downloadnextcloud-server-9c45a3196bff4ae0658cb26e7011589bd17b5454.tar.gz
nextcloud-server-9c45a3196bff4ae0658cb26e7011589bd17b5454.zip
add unit tests
Diffstat (limited to 'apps/files_encryption/lib')
-rwxr-xr-xapps/files_encryption/lib/keymanager.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_encryption/lib/keymanager.php b/apps/files_encryption/lib/keymanager.php
index 07ac1a7bd59..98986d1486f 100755
--- a/apps/files_encryption/lib/keymanager.php
+++ b/apps/files_encryption/lib/keymanager.php
@@ -516,7 +516,7 @@ class Keymanager {
* @param string|boolean $path
* @param string $basePath
*/
- public static function keySetPreparation(\OC\Files\View $view, $path, $basePath, $userId) {
+ protected static function keySetPreparation(\OC\Files\View $view, $path, $basePath, $userId) {
$targetPath = ltrim($path, '/');