[Pkg-owncloud-commits] [owncloud] 48/90: Proper constant for stable7
David Prévot
taffit at moszumanska.debian.org
Fri Feb 6 21:10:50 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit 5a58d142e5edca888e3e8a77c8e4b3fdb514b9f8
Author: Robin Appelman <icewind at owncloud.com>
Date: Thu Jan 15 14:02:11 2015 +0100
Proper constant for stable7
---
lib/private/files/view.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/private/files/view.php b/lib/private/files/view.php
index 89cbbef..7e8589e 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
);
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list