summaryrefslogtreecommitdiffstats
path: root/lib/files.php
diff options
context:
space:
mode:
authorBart Visscher <bartv@thisnet.nl>2012-09-21 21:28:53 +0200
committerBart Visscher <bartv@thisnet.nl>2012-09-21 21:28:53 +0200
commit8820cd934a5cc4311e6c90b01c36d4c190340d35 (patch)
tree643def3b4774fd03ccf91d79bb150b1b3a3c7a8a /lib/files.php
parent3d2cd64a4890c0e402fd8b2e4b6d37bf5f98b991 (diff)
downloadnextcloud-server-8820cd934a5cc4311e6c90b01c36d4c190340d35.tar.gz
nextcloud-server-8820cd934a5cc4311e6c90b01c36d4c190340d35.zip
Forgot to return the fileinfo
Diffstat (limited to 'lib/files.php')
-rw-r--r--lib/files.php1
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;
}
/**