summaryrefslogtreecommitdiffstats
path: root/apps/files_encryption/lib/util.php
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2014-05-12 16:20:07 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2014-05-12 16:20:07 +0200
commit4dd1a49a686462bc846e10623e97611ef171a731 (patch)
tree61228c8bb2c68c99f7af1e1f3f7c3c7ef9a7e493 /apps/files_encryption/lib/util.php
parent9a9665f361c42764f5ae9f5f3ce63f71fdfcad5c (diff)
downloadnextcloud-server-4dd1a49a686462bc846e10623e97611ef171a731.tar.gz
nextcloud-server-4dd1a49a686462bc846e10623e97611ef171a731.zip
remove legacy aka deprecated code: OC_Filesystem
Diffstat (limited to 'apps/files_encryption/lib/util.php')
-rw-r--r--apps/files_encryption/lib/util.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_encryption/lib/util.php b/apps/files_encryption/lib/util.php
index 6372ab31b6e..fb0067171ee 100644
--- a/apps/files_encryption/lib/util.php
+++ b/apps/files_encryption/lib/util.php
@@ -1361,7 +1361,7 @@ class Util {
return array(
$fileOwnerUid,
- \OC_Filesystem::normalizePath($filename)
+ \OC\Files\Filesystem::normalizePath($filename)
);
}
}