summaryrefslogtreecommitdiffstats
path: root/lib/files.php
diff options
context:
space:
mode:
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;
}
/**