]> source.dussan.org Git - nextcloud-server.git/commitdiff
this is no longer needed, commit cb91e27ab33d4e2b2d13b26cdc8d965d1607201e should...
authorBjörn Schießle <schiessle@owncloud.com>
Fri, 12 Oct 2012 15:35:57 +0000 (17:35 +0200)
committerBjörn Schießle <schiessle@owncloud.com>
Fri, 12 Oct 2012 15:35:57 +0000 (17:35 +0200)
lib/filecache.php

index e84888116c01aa141a3e1c85278824b0f1b3afd4..8fcb6fd9404db825bd38f83aa2945b7c6262aa0d 100644 (file)
@@ -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();
                }