From 8820cd934a5cc4311e6c90b01c36d4c190340d35 Mon Sep 17 00:00:00 2001 From: Bart Visscher Date: Fri, 21 Sep 2012 21:28:53 +0200 Subject: Forgot to return the fileinfo --- lib/files.php | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/files.php') 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; } /** -- cgit v1.2.3