[Pkg-owncloud-commits] [owncloud] 117/394: allow to update the user in file cache. (e.g. for Shared files)
David Prévot
taffit at alioth.debian.org
Fri Nov 8 23:11:41 UTC 2013
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to annotated tag v4.5.10
in repository owncloud.
commit ced12cbf765da510254004df184ac5be061acb43
Author: Björn Schießle <schiessle at owncloud.com>
Date: Tue Nov 20 11:40:50 2012 +0100
allow to update the user in file cache. (e.g. for Shared files)
---
lib/filecache.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/filecache.php b/lib/filecache.php
index 40d6302..86d43cc 100644
--- a/lib/filecache.php
+++ b/lib/filecache.php
@@ -124,7 +124,7 @@ class OC_FileCache{
private static function update($id,$data) {
$arguments=array();
$queryParts=array();
- foreach(array('size','mtime','ctime','mimetype','encrypted','versioned','writable') as $attribute) {
+ foreach(array('size','mtime','ctime','mimetype','encrypted','versioned','writable', 'user') as $attribute) {
if(isset($data[$attribute])) {
//Convert to int it args are false
if($data[$attribute] === false) {
--
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