From 079f0788d203c254685adfc17bc89be4a443226d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bj=C3=B6rn=20Schie=C3=9Fle?= <schiessle@owncloud.com>
Date: Fri, 12 Oct 2012 17:35:57 +0200
Subject: [PATCH] this is no longer needed, commit
 cb91e27ab33d4e2b2d13b26cdc8d965d1607201e should fix the issue

---
 lib/filecache.php | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/lib/filecache.php b/lib/filecache.php
index e84888116c..8fcb6fd940 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();
 		}
-- 
GitLab