summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorBjörn Schießle <schiessle@owncloud.com>2012-10-12 17:35:57 +0200
committerBjörn Schießle <schiessle@owncloud.com>2012-10-12 17:35:57 +0200
commit079f0788d203c254685adfc17bc89be4a443226d (patch)
tree83d9ba33f4c0e61363ce4e01756c398afce65d84 /lib
parentd4fd83301ac7e713301ee1309e102fc4726ae344 (diff)
downloadnextcloud-server-079f0788d203c254685adfc17bc89be4a443226d.tar.gz
nextcloud-server-079f0788d203c254685adfc17bc89be4a443226d.zip
this is no longer needed, commit cb91e27ab33d4e2b2d13b26cdc8d965d1607201e should fix the issue
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();
}