summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/filecache.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/filecache.php b/lib/filecache.php
index e84888116c0..8fcb6fd9404 100644
--- a/lib/filecache.php
+++ b/lib/filecache.php
@@ -62,9 +62,6 @@ class OC_FileCache{
* $data is an assiciative array in the same format as returned by get
*/
public static function put($path,$data,$root=false) {
- if ($path != '') {
- $path = OC_Filesystem::normalizePath($path);
- }
if($root===false) {
$root=OC_Filesystem::getRoot();
}