summaryrefslogtreecommitdiffstats
path: root/apps/files_encryption
diff options
context:
space:
mode:
authorBjörn Schießle <schiessle@owncloud.com>2013-06-25 13:36:43 +0200
committerBjörn Schießle <schiessle@owncloud.com>2013-07-05 15:59:06 +0200
commit2e56f0e2f8b653a36a811ea4669b1b36fc876f7e (patch)
tree763c3da6c4b51dcb5401b9cf53a54166bcc87b7b /apps/files_encryption
parent3e4dcafa892b7fe73dcd9afba65ded290dd54734 (diff)
downloadnextcloud-server-2e56f0e2f8b653a36a811ea4669b1b36fc876f7e.tar.gz
nextcloud-server-2e56f0e2f8b653a36a811ea4669b1b36fc876f7e.zip
fix path to OC_Mount_Config
Diffstat (limited to 'apps/files_encryption')
-rwxr-xr-xapps/files_encryption/lib/keymanager.php2
-rw-r--r--apps/files_encryption/lib/util.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_encryption/lib/keymanager.php b/apps/files_encryption/lib/keymanager.php
index 084abdb2c2e..e1bf59d80bf 100755
--- a/apps/files_encryption/lib/keymanager.php
+++ b/apps/files_encryption/lib/keymanager.php
@@ -591,7 +591,7 @@ class Keymanager {
* @return boolean
*/
private static function isSystemWideMountPoint($path) {
- $mount = OC_Mount_Config::getSystemMountPoints();
+ $mount = \OC_Mount_Config::getSystemMountPoints();
foreach ($mount as $mountPoint => $data) {
if ($mountPoint == substr($path, 1, strlen($mountPoint))) {
return true;
diff --git a/apps/files_encryption/lib/util.php b/apps/files_encryption/lib/util.php
index a5290013a4b..2bf17dcc223 100644
--- a/apps/files_encryption/lib/util.php
+++ b/apps/files_encryption/lib/util.php
@@ -1027,7 +1027,7 @@ class Util {
}
// check if it is a group mount
- $mount = OC_Mount_Config::getSystemMountPoints();
+ $mount = \OC_Mount_Config::getSystemMountPoints();
foreach ($mount as $mountPoint => $data) {
if ($mountPoint == substr($ownerPath, 1, strlen($mountPoint))) {
$userIds = array_merge($userIds,