]> source.dussan.org Git - nextcloud-server.git/commitdiff
Proper constant for stable7
authorRobin Appelman <icewind@owncloud.com>
Thu, 15 Jan 2015 13:02:11 +0000 (14:02 +0100)
committerRobin Appelman <icewind@owncloud.com>
Thu, 15 Jan 2015 13:02:11 +0000 (14:02 +0100)
lib/private/files/view.php

index 89cbbefb5211bc728afb16d6036a90db9e211654..7e8589e4433d80bef0dc731650bf9e3571b383ce 100644 (file)
@@ -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
                );