aboutsummaryrefslogtreecommitdiffstats
path: root/lib/filecache/cached.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/filecache/cached.php')
-rw-r--r--lib/filecache/cached.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/filecache/cached.php b/lib/filecache/cached.php
index 95cc0ac300e..505f1a5e2a0 100644
--- a/lib/filecache/cached.php
+++ b/lib/filecache/cached.php
@@ -12,7 +12,7 @@
*/
class OC_FileCache_Cached{
public static $savedData=array();
-
+
public static function get($path,$root=false){
if($root===false){
$root=OC_Filesystem::getRoot();