diff options
author | Bart Visscher <bartv@thisnet.nl> | 2012-09-21 21:28:53 +0200 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2012-09-21 21:28:53 +0200 |
commit | 8820cd934a5cc4311e6c90b01c36d4c190340d35 (patch) | |
tree | 643def3b4774fd03ccf91d79bb150b1b3a3c7a8a /lib/files.php | |
parent | 3d2cd64a4890c0e402fd8b2e4b6d37bf5f98b991 (diff) | |
download | nextcloud-server-8820cd934a5cc4311e6c90b01c36d4c190340d35.tar.gz nextcloud-server-8820cd934a5cc4311e6c90b01c36d4c190340d35.zip |
Forgot to return the fileinfo
Diffstat (limited to 'lib/files.php')
-rw-r--r-- | lib/files.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/files.php b/lib/files.php index f7cc70959c0..360614caec9 100644 --- a/lib/files.php +++ b/lib/files.php @@ -54,6 +54,7 @@ class OC_Files { else { $info = OC_FileCache::get($path); } + return $info; } /** |