Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorBjörn Schießle <schiessle@owncloud.com>2013-06-25 15:36:43 +0400
committerBjörn Schießle <schiessle@owncloud.com>2013-07-05 18:12:11 +0400
commita46a1eed6e7e4e2660538af3b8b46aed748a5969 (patch)
treeb0460412a13396678ec639cb0e9de515f7b8edc9 /apps
parent3a2603e1fe506e646f8d3947c695d76a894619ea (diff)
fix path to OC_Mount_Config
Diffstat (limited to 'apps')
-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 000ac62483f..01e9066b91d 100644
--- a/apps/files_encryption/lib/util.php
+++ b/apps/files_encryption/lib/util.php
@@ -1037,7 +1037,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,