diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2014-05-12 16:20:07 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2014-05-12 16:20:07 +0200 |
commit | 4dd1a49a686462bc846e10623e97611ef171a731 (patch) | |
tree | 61228c8bb2c68c99f7af1e1f3f7c3c7ef9a7e493 /apps/files_encryption/lib/util.php | |
parent | 9a9665f361c42764f5ae9f5f3ce63f71fdfcad5c (diff) | |
download | nextcloud-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.php | 2 |
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) ); } } |