summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2015-01-15 14:02:11 +0100
committerRobin Appelman <icewind@owncloud.com>2015-01-15 14:02:11 +0100
commit5a58d142e5edca888e3e8a77c8e4b3fdb514b9f8 (patch)
treefd729061b9f0fd66d6ac7b637e61ccf3d8fbdf71 /lib
parentdb51d9aacb743f71109a801586c9e08c6c63a3fe (diff)
downloadnextcloud-server-5a58d142e5edca888e3e8a77c8e4b3fdb514b9f8.tar.gz
nextcloud-server-5a58d142e5edca888e3e8a77c8e4b3fdb514b9f8.zip
Proper constant for stable7
Diffstat (limited to 'lib')
-rw-r--r--lib/private/files/view.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/files/view.php b/lib/private/files/view.php
index 89cbbefb521..7e8589e4433 100644
--- a/lib/private/files/view.php
+++ b/lib/private/files/view.php
@@ -1298,7 +1298,7 @@ class View {
'size' => $storage->filesize($internalPath),
'mtime' => $storage->filemtime($internalPath),
'encrypted' => false,
- 'permissions' => \OCP\Constants::PERMISSION_ALL
+ 'permissions' => \OCP\PERMISSION_ALL
],
$mount
);