diff options
author | Robin Appelman <icewind@owncloud.com> | 2015-01-15 14:02:11 +0100 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2015-01-15 14:02:11 +0100 |
commit | 5a58d142e5edca888e3e8a77c8e4b3fdb514b9f8 (patch) | |
tree | fd729061b9f0fd66d6ac7b637e61ccf3d8fbdf71 /lib | |
parent | db51d9aacb743f71109a801586c9e08c6c63a3fe (diff) | |
download | nextcloud-server-5a58d142e5edca888e3e8a77c8e4b3fdb514b9f8.tar.gz nextcloud-server-5a58d142e5edca888e3e8a77c8e4b3fdb514b9f8.zip |
Proper constant for stable7
Diffstat (limited to 'lib')
-rw-r--r-- | lib/private/files/view.php | 2 |
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 ); |